SeriesLabelBase.LineLength Property
Gets or sets the length of series labels’ connection lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public int LineLength { get; set; }
Property Value
Type | Description |
---|---|
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