Skip to main content
All docs
V26.1
  • DisplayUnitOptionsEx.CustomLabelContent Property

    Gets or sets custom label text that identifies the axis measurement unit.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TextArea CustomLabelContent { get; set; }

    Property Value

    Type Description
    TextArea

    A TextArea object that contains the custom label text.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CustomLabelContent
    AxisEx
    .DisplayUnit .CustomLabelContent
    See Also