|
Group: Forum Members
Posts: 7,
Visits: 1
|
Just to clarify the question:
I have a 2D plot and want to add different colors to a third attribute, that can be the Z value or not. In the examples for Point chart (Standard Point example), it's possible to have different colors for each point, but based on the value property only in an ordinal scale. I want to use the x and y values and have the a third value display as a color in custom color scale.
I've been trying to extend the NRuleApplicator class and override the Apply method, put I can only go down to the NPointSeries type for NChartElement, which means that I can setup a single NFillStyle for the whole series. The NFillStile was extended to get the color scale color based on a index property to it.
|