Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Vision for NET
»
Nevron Chart for .NET
»
How to set color fill style for NPolarAreaSeries
How to set color fill style for NPolarAreaSeries
Post Reply
How to set color fill style for NPolarAreaSeries
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
CHANGMIN KIM
CHANGMIN KIM
posted 6 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 10,
Visits: 25
Hi Team,
I drew triangular area like below :
NPolarChart chart = new NPolarChart();
nChartControl1.Charts.Add(chart);
NPolarAreaSeries area = new NPolarAreaSeries();
chart.Series.Add(area);
area.FillStyle = new NColorFillStyle(Color.Red);
area.Angles.Add(90);
area.Angles.Add(85);
area.Angles.Add(80);
area.Values.Add(1000);
area.Values.Add(200);
area.Values.Add(1000);
But red color does not apply to triangular area.
How can i do this ?
Reply
Like
0
Reply
Nevron Support
Nevron Support
posted 6 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.2K
Hi Changmin,
We just tested this code and it produced a red triangle as intended with the latest version - what is the version that you're currently using?
Best Regards,
Nevron Support Team
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
How to set color fill style for NPolarAreaSeries
CHANGMIN KIM
-
6 Years Ago
Hi Changmin, We just tested this code and it produced a red triangle...
Nevron Support
-
6 Years Ago
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search