Gets or sets the options that specify the position and format for Labels displayed on the scale.
public LinearScaleLabelOptions LabelOptions { get; set; }
Public Property LabelOptions As LinearScaleLabelOptions
Use the LinearScaleLabelOptions object returned by the LabelOptions property to customize different label settings (e.g. ScaleLabelOptions.Offset and LinearScaleLabelOptions.Orientation to set the label position on the scale).