LabelAlignment Property (Axis)
In This Topic
Gets or sets the alignment of axis labels.
Syntax
'Declaration
<C1DescriptionAttribute("Axis.LabelAlignment", "Gets or sets the alignment of axis labels.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property LabelAlignment As AxisLabelAlignment
[C1Description("Axis.LabelAlignment", "Gets or sets the alignment of axis labels.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public AxisLabelAlignment LabelAlignment {get; set;}
See Also