Hi,
I am using a Telerik chart as follows:
@(Html.Telerik().Chart(Model.Items)
....
.Series(series => series.Column(s => s.Property1).Name(constantValue1).Color("Red").Axis(constantValue2))
...
Each item contains 2 properties: Property1, which is the column height and Property2, which is the column color.
I would like to be able to display for each column the corresponding color (instead of the single color for all columns).
Can you please help me with this issue?
Thank you.
I am using a Telerik chart as follows:
@(Html.Telerik().Chart(Model.Items)
....
.Series(series => series.Column(s => s.Property1).Name(constantValue1).Color("Red").Axis(constantValue2))
...
Each item contains 2 properties: Property1, which is the column height and Property2, which is the column color.
I would like to be able to display for each column the corresponding color (instead of the single color for all columns).
Can you please help me with this issue?
Thank you.