Hello,
I am using a RadChart like this:
I would like to hide
1) The numbers that appear on the bar (solved this)
2) The Y axis label (solved this)
3) The X axis label
UPDATE: I don't think its a X axis label. How can I hide this "1" on my chart?
p.s. I would also like the plot area to fill the chart area too.
Thanks in advance,
Matt
Solved by this answer.
I am using a RadChart like this:
<telerik:RadChart ID="rcServiceChart" runat="server" SeriesOrientation="Horizontal" DefaultType="StackedBar100" Skin="Hay" Width="500px" Height="100px" AutoLayout="true"> <ChartTitle Visible="false" /> <Legend Visible="false" /></telerik:RadChart>I would like to hide
1) The numbers that appear on the bar (solved this)
2) The Y axis label (solved this)
3) The X axis label
UPDATE: I don't think its a X axis label. How can I hide this "1" on my chart?
p.s. I would also like the plot area to fill the chart area too.
Thanks in advance,
Matt
Solved by this answer.