Skip to main content

BubbleSeriesLabel.LineLength Property

Overrides the SeriesLabelBase.LineLength property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public int LineLength { get; }

Property Value

Type Description
Int32

An integer value.

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class, because the LineLength property isn’t appropriate for the BubbleSeriesLabel class.

For the Bubble view type, the BubbleSeriesLabel.IndentFromMarker property is used instead of the LineLength property, as the size of a bubble should be taken into account.

See Also