In the chart attached how do I remove the ".00" from the numbers on the left side.
Using this code.
Seems simple but can't seem to find a way to do it.
Thanks.
Using this code.
<telerik:RadChart ID="rcGrowth1000" runat="server" AutoLayout="true" AutoScale="true" Width="750" ChartTitle-Visible="false" IntelligentLabelsEnabled="True" Skin="Vista" > <PlotArea> <XAxis DataLabelsColumn="dataMonth" Appearance-LabelAppearance-RotationAngle="-45" LabelStep="3" /> <YAxis AxisLabel-Visible="false" AutoScale="false" Step="50" Appearance-ValueFormat="Number" /> </PlotArea> <Legend Visible="true" Appearance-Position-AlignedPosition="Bottom" /></telerik:RadChart>Seems simple but can't seem to find a way to do it.
Thanks.