Skip to main content
A newer version of this page is available. .
All docs
V22.2

LegendBaseModel.TextOffset Property

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

Namespace: DevExpress.XtraCharts.Designer

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