Skip to main content
All docs
V26.1
  • DisplayUnitOptions.LabelTextProperties Property

    Gets or sets text formatting for the axis unit label.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TextProperties LabelTextProperties { get; set; }

    Property Value

    Type Description
    TextProperties

    Stores text properties.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to LabelTextProperties
    ValueAxis
    .DisplayUnit .LabelTextProperties
    See Also