Hi.
I am trying to migrate the below code from radChart into an HtmlChart, but unfortunately I am having lots of issues doing so. Any insight/help would be greatly appreciated, as well as any hints/tips/tricks for doing so.
<telerik:RadChart ID="chartMain" runat="server" AutoLayout="True"> <charttitle> <Appearance Position-AlignedPosition="Top"> </Appearance> <TextBlock Text=""> </TextBlock> </charttitle> <series> <telerik:ChartSeries Name="Index" Type="Line" DataYColumn="Close" DataLabelsColumn="OADate" DataXColumn="OADate"> <Appearance ShowLabels="false"> </Appearance> </telerik:ChartSeries> <telerik:ChartSeries Name="Index" Type="Line" DataYColumn="Close" DataLabelsColumn="OADate" DataXColumn="OADate"> <Appearance ShowLabels="false"> </Appearance> </telerik:ChartSeries> </series> <legend visible="False"> <appearance visible="False" position-alignedposition="TopRight"> </appearance> </legend> <appearance textquality="AntiAlias"> </appearance> <plotarea xaxis-datalabelscolumn="OADate"> <EmptySeriesMessage TextBlock-Text="Awaiting Data"> <TextBlock Text="Awaiting Data"> </TextBlock> </EmptySeriesMessage> <XAxis LayoutMode="Between" AutoScale="False"> <Appearance ValueFormat="ShortTime" MajorGridLines-Visible="false" CustomFormat="HH"> </Appearance> </XAxis> <YAxis IsZeroBased="false" AxisMode="Extended"> </YAxis> </plotarea></telerik:RadChart>
Kind regards.
Leon