Hello *,
I need to display two charts one below the other, where the format and tickmarks of the axis-labels are customizable by the user.
actual:
|Axis1|Chart1|
|Axis2 with longer Labels|Chart2|
suggested:
| Axis1|Chart1|
|Axis2 with longer labels|Chart2|
Is there a simple way to sync the start of the chartareas or to sync the width of the axis-labels?
Hello Andreas,
The behavior your looking for is controlled by a combination of two AxisLabelSettings
1. Extent - increase the value to add more space between the label and the edge of the chart.
2. Location (I recommend setting this to one of the Inside members - depends on the axis)
Let me know if you have any questions regarding this matter.
Hello Michael,
Sorry for my late response.
I understand the propose of the properties you have pointed out, but I can´t see how to set them if the axis labels are dynamic set(controlled by XamDataChart).
To make it more clear in one case the first chart is labeled by 0,10,...,100 and the second by 0.001,0.002,...,0,009 and with another kind of data bound to it is 0,1000,2000,10000 and 0,1,2,...,10.
So at design time I do not know which will be the correct value for the Extend properties of the two charts.
I am looking for something like the Grids ShreSizeGroup or anything else to control the axis widths?