Hi there,
I have the following problem:
Using a RadChart with 3 SeriesDefinitions (2 Lines and 1 Bar).
X axis is DateTime (ToOADate) and Y axis are Double values.
I'm a trying to optimize the visualization of the X axis lables (there can be many labels, because there are 10 minutes values).
The definition of the X axis:
So far so good.
But I don't understand the behaviors when I stretch the RadChart horizontal.
See the screenshots.
The single bars are thinner than before.
It looks not really nice ;-)
Hope you can help me
Thanks in advance
Robin
I have the following problem:
Using a RadChart with 3 SeriesDefinitions (2 Lines and 1 Bar).
X axis is DateTime (ToOADate) and Y axis are Double values.
I'm a trying to optimize the visualization of the X axis lables (there can be many labels, because there are 10 minutes values).
The definition of the X axis:
ProfitChart.DefaultView.ChartArea.AxisX.MajorGridLinesVisibility = Visibility.Visible;
ProfitChart.DefaultView.ChartArea.AxisX.IsDateTime = true;
ProfitChart.DefaultView.ChartArea.AxisX.DefaultLabelFormat = "t";
ProfitChart.DefaultView.ChartArea.AxisX.LabelRotationAngle = 45.0;
ProfitChart.DefaultView.ChartArea.AxisX.LabelStep = 1;
ProfitChart.DefaultView.ChartArea.AxisX.Step = 2.0;
ProfitChart.DefaultView.ChartArea.AxisX.TicksDistance = 25;
So far so good.
But I don't understand the behaviors when I stretch the RadChart horizontal.
See the screenshots.
The single bars are thinner than before.
It looks not really nice ;-)
Hope you can help me
Thanks in advance
Robin