Hi,
I want change color in RadChart diagram. What property should I use in design mode to change green color on red?
I want change color in RadChart diagram. What property should I use in design mode to change green color on red?
| <telerik:RadChart ID="RadChartQuestion" runat="server" DefaultType="Pie" Width="550px" AutoTextWrap="true" |
| OnItemDataBound="RadChart2_ItemDataBound" Skin="Office2007" Height="250px" UseSession="false" |
| TempImagesFolder = "/Tmp" > |
| <Appearance Dimensions-Width="750px"></Appearance> |
| <Series> |
| <telerik:ChartSeries Name="Series 1" Type="Pie" DataYColumn="COUNTER" |
| Appearance-EmptyValue-FillStyle-GammaCorrection="true" |
| Appearance-FillStyle-MainColor="Red" > |
| <Appearance LegendDisplayMode="ItemLabels" TextAppearance-MaxLength="100"></Appearance> |
| </telerik:ChartSeries> |
| </Series> |
| </telerik:RadChart> |