This is a migrated thread and some comments may be shown as answers.

Disable Q1 column in radhtmlchar

1 Answer 38 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Guillermo
Top achievements
Rank 1
Guillermo asked on 14 Jul 2016, 10:07 PM

Hi, i need disable the column Q1 from my chart,how i can disable?

 

My Code is:

 

<telerik:RadHtmlChart ID="RadHtmlChart1" runat="server" Width="70%">
            <ChartTitle Text="Test">
<Appearance Align="Center" Position="Top"></Appearance>
</ChartTitle>
<Legend>
<Appearance Position="Bottom"></Appearance>
</Legend>

            <PlotArea>
<XAxis AxisCrossingValue="0">
<MinorGridLines Visible="false" />
<Items>
<telerik:AxisItem LabelText="Init"></telerik:AxisItem>
<telerik:AxisItem LabelText="Month"></telerik:AxisItem>
<telerik:AxisItem LabelText="1-30"></telerik:AxisItem>
<telerik:AxisItem LabelText="30-90"></telerik:AxisItem>
<telerik:AxisItem LabelText="+ 90"></telerik:AxisItem>
<telerik:AxisItem LabelText="Finaly"></telerik:AxisItem>
</Items>
</XAxis>
<YAxis>
<LabelsAppearance DataFormatString="C0"></LabelsAppearance>
<MinorGridLines Visible="false" />
</YAxis>
<Series>
<telerik:WaterfallSeries>
<TooltipsAppearance Visible="false"></TooltipsAppearance>
<LabelsAppearance Visible="true" Position="Center" DataFormatString="C0" />
<SeriesItems>
<telerik:WaterfallSeriesItem Y="1000000" />
<telerik:WaterfallSeriesItem Y="250000" />
<telerik:WaterfallSeriesItem Y="-150000" />
<telerik:WaterfallSeriesItem Y="-5000" />
<telerik:WaterfallSeriesItem Y="-500000" />
<telerik:WaterfallSeriesItem Y="-350000" />
<telerik:WaterfallSeriesItem Y="750000" />
</SeriesItems>
</telerik:WaterfallSeries>
</Series>
</PlotArea>

        </telerik:RadHtmlChart>

1 Answer, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 19 Jul 2016, 09:12 AM

Hello Guillermo,

Could you, please, elaborate more on the end result that you expect? Do you need the whole chart disabled or just some item in the series? Also what would be the expected behavior of a disabled chart in your view?

Looking forward to your comments.

Regards,
Niko
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Chart (HTML5)
Asked by
Guillermo
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or