Gets or sets the alignment of labels at the chart axis. Namespace: MindFusion.Charting Syntax
Property ValueOne of the .NET StringAlignment Enumeration values. RemarksWhen LabelAlignment is set to StringAlignment.Far the labels are drawn to the outside of the chart's plot area. When it is set to StringAlignment.Near the labels are drawn to the inside of the plot area. It is not necessary that the labels are drawn always at the chart axis they refer to. They can also be drawn outside the plot area. Use the LabelAtTheAxis property to specify that. Default value for the LabelAlignment property is StringAlignment.Far. See Also |