0

Telerik Rad Chart を使用してデータをグラフ化しています。私は非常に単純なデータ構造を持っています。一意の識別子の 1 つの列と、グラフ化される値の別の列。何らかの理由で、Rad チャートが同じデータの重複した列を作成しています。これを防ぐにはどうすればよいですか?

<telerik:RadChart runat="server" ID="rcBar" DefaultType="Bar" DataSourceID="sdsBar" 
          SeriesOrientation="Horizontal" Width="475px" Height="500">          
             <PlotArea>
                <Appearance Dimensions-AutoSize="true" Dimensions-Width="450px" Dimensions-Height="475px"></Appearance>
                <XAxis Appearance-ValueFormat="General" DataLabelsColumn="Col1"></XAxis>
             </PlotArea>
             <Appearance Dimensions-Paddings="0"></Appearance>
           <ChartTitle Visible="false"></ChartTitle>
           <Legend Visible="false"></Legend>
         </telerik:RadChart>
4

1 に答える 1