'Declaration
<System.ComponentModel.CategoryAttribute("Texts")> <System.ComponentModel.DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")> Public Property RangeAlignment As HorzAlign
'Usage
Dim instance As NValueScaleLabelStyle Dim value As HorzAlign instance.RangeAlignment = value value = instance.RangeAlignment
[System.ComponentModel.Category("Texts")] [System.ComponentModel.Description("Gets or sets the alignment of value labels relative to the to scale range it represents")] public HorzAlign RangeAlignment {get; set;}