Group: Forum Members
Last Active: 4 Years Ago
Posts: 16,
Visits: 192
|
Hello I want to divide a rectangle into two color. For creating rectangle I have used NGraphicsPathSeries. How can I fill rectangle like I have attached image. 73% of original size (was 686x19) - Click to enlarge 
|
Group: Forum Members
Last Active: 4 Years Ago
Posts: 16,
Visits: 192
|
How to create rectangle without border?
|
Group: Forum Members
Last Active: 2 Months Ago
Posts: 3,055,
Visits: 4,055
|
Hi Shweta, Simply assign the StokeStyle of the graphics path to null or to stroke with zero width: graphicsPathSeries.StrokeStyle = new NStrokeStyle(0.0f, Color.Black);
Best Regards, Nevron Support Team
|