Skip to main content

SeriesLabelBaseModel.LineLength Property

Gets or sets the value of the SeriesLabelBase.LineLength 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.Appearance)]
public int LineLength { get; set; }

Property Value

Type Description
Int32

The length of the connection line in pixels.

See Also