Back to Devexpress

SeriesLabelBase.LineLength Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-322b8d0a.md

latest1.6 KB
Original Source

SeriesLabelBase.LineLength Property

Gets or sets the length of series labels’ connection lines.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public int LineLength { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property LineLength As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the length of the connection lines, in pixels.

|

Remarks

Some series labels can be connected with the corresponding chart elements (such as point markers, pie slices, bars) via connection lines. The LineLength property allows you to specify the length of these connection lines, which is the distance between a series label and its corresponding chart element.

See Also

Angle

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace