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

Chart bars are overlapping

1 Answer 78 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 22 Dec 2011, 12:59 PM
For the life of me I cant figure out how to get the bars to sit next to each other. Am I missing something? I've attached a screen shot, each date should have a bar of data. Thanks!


<telerik:RadChart ID="chart_EmployeeStats" SkinsOverrideStyles="false" Skin="Telerik" runat="server" Height="360" width="1200" EnableViewState="false" 
        <ChartTitle TextBlock-Text = "Total Letters For The Day" TextBlock-Appearance-TextProperties-Color="Black" TextBlock-Visible="false"></ChartTitle> 
          
      <PlotArea>
            <Appearance Dimensions-Margins="18%, 24%, 35%, 10%">
            </Appearance>
            <XAxis LayoutMode="Inside" AutoScale="false" >
                <Appearance ValueFormat="ShortDate" MajorGridLines-Visible="false"  >
                    <LabelAppearance RotationAngle="90" Position-AlignedPosition="Top">
                    </LabelAppearance>
                </Appearance>
            </XAxis>
            <YAxis IsZeroBased="false">
            </YAxis>
        </PlotArea>  
  </telerik:RadChart>

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 22 Dec 2011, 10:56 PM
Ben:

This behavior has something to do with the way that you designate the AutoRange, the MinValue, MaxValue and the Step properties for the chart display.

See the Bars Overlapping forum thread for valuable insights.

Cheers!
Tags
Chart (Obsolete)
Asked by
Ben
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or