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>