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

Converting RadChart to RadHtmlChart

0 Answers 81 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
harshal
Top achievements
Rank 1
harshal asked on 31 Jan 2017, 07:38 AM

Hi,

I want to upgrade from RadChart to RadHtmlChart. I am using version 2014.2.724.

Below is my current code with RadChart:

<radc1:radchart id="chart1" Width="700px" Margins-Top="20%" Margins-Right="2%" Margins-Left="5%" 
Margins-Bottom="20%" Runat="server" align="centre" TextQuality="ClearTypeGridFit" ImageQuality="AntiAlias">
<Appearance FillStyle-MainColor ="White" FillStyle-SecondColor="AliceBlue"  Border-Color=""></Appearance>
<PlotArea Appearance-FillStyle-MainColor ="White" Appearance-Corners="Rectangle,Rectangle,Rectangle,Rectangle,6"
Appearance-FillStyle-SecondColor="White">
<XAxis
Appearance-TextAppearance-TextProperties-Font="Arial, 6pt"  Appearance-LabelAppearance-RotationAngle ="340" 
Appearance-MajorGridLines-Color ="DimGray" Appearance-MinorGridLines-Color ="DimGray" 
Appearance-MinorGridLines-Visible ="false" Appearance-MajorGridLines-Visible ="false" 
Appearance-MajorTick-Length=2 Appearance-MajorTick-Color ="#C9C9C7"></XAxis>

<YAxis  Appearance-TextAppearance-TextProperties-Font ="Arial, 6pt"  Appearance-Color="#C9C8C7" MaxValue="80" 
MinValue="-100"   MaxItemsCount="15" Step="20"  Appearance-MajorGridLines-Color ="DimGray" Appearance-MajorGridLines-Visible ="true" Appearance-MinorGridLines-Visible ="true" Appearance-MajorTick-Color ="#C9C8C7"  >
<AxisLabel   Visible="True"  TextBlock-Text ="Number of Cases" Appearance-Position-Auto="true" TextBlock-Appearance-TextProperties-Font ="Verdana, 11px" TextBlock-Appearance-TextProperties-Color ="Black">
</AxisLabel  >
</YAxis>
</PlotArea>
<Legend Visible="False">
<Appearance FillStyle-MainColor ="White"  FillStyle-FillType ="Solid"  Border-Color="227, 227, 227"></Appearance>
</Legend>
<ChartTitle TextBlock-Text ="Outstanding Cases - Number"  TextBlock-Appearance-TextProperties-Font ="Arial, 10pt, style=Bold"  TextBlock-Appearance-TextProperties-Color="128, 128, 255"
 TextBlock-Appearance-Position-AlignedPosition="center"  >
<Appearance FillStyle-FillType ="Solid"  FillStyle-MainColor ="White" Border-Color="White"></Appearance>
</ChartTitle>
</radc1:radchart>

 

I am binding the chart data at server side.

 

Please suggest

No answers yet. Maybe you can help?

Tags
Chart (HTML5)
Asked by
harshal
Top achievements
Rank 1
Share this question
or