Hello Jesse,
I am just checking you progress on the issue. Please do not hesitate to let me know if you have any further questions on the matter.
I have been looking into your issue. After some research I have made for you I can suggest to create a DataTemplate for the Label of the YAxis. In the template a TextBlock for the labels should be placed and the TextAlignment property for the TextBlock should be set to right. This would change the margin of the YAxis labels, therefor the Margin property should be set. I have modified the last sample for you.
Please find the attached sample application and feel free to let me know if you have any further questions on the matter.
Thank you for the reply. The margin issue is resolved. However, the alignment is still centered, see attached from your attached zip. We need the numeric YAxis values to be right justified.
Thanks,
jesjones
Thank you for your post. To justify the text to the right the TextAlignment property of the AxisLabelSettings can be set to ‘Right’.
For your second requirement to set the XAxis of the SplineAreaSeries at the bottom of the chart the Location property of the XAxis can be set either to ‘OutsideBottom’ to place the axis on the bottom outside the chart or ‘InsedeBottom’ to place the labels on the bottom inside the chart.
For your third requirement regarding the position of the labels you can set the ‘Extent’ property, which define the distance between the label and the axis. Here is a link to our documentation, where you can find more information about the AxisLabelSettings: http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/xamDataChart_Axis_Label_Settings.html.
I have created a small sample to show you this functionality.
Please find the attached sample and feel free to let me know if you have any further questions on the matter.
Also, how can the YAxis lables be right justified?