Skip to main content
All docs
V23.2

LegendBaseModel.TextOffset Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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