Skip to main content
All docs
V25.1
  • LegendBaseModel.TextOffset Property

    Gets or sets the LegendBase.TextOffset property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [LocalizableCategory(DesignerCategories.Behavior)]
    public int TextOffset { get; set; }

    Property Value

    Type Description
    Int32

    An integer value that specifies the indent between a legend marker and its text, in pixels.

    See Also