Skip to main content

RangeBarSeriesLabelModel.Indent Property

Gets or sets the value of the RangeBarSeriesLabel.Indent within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public int Indent { get; set; }

Property Value

Type Description
Int32

The label indent, in pixels.

See Also