Skip to main content
A newer version of this page is available. .

BubbleSeriesLabelModel.IndentFromMarker Property

Gets or sets the value of the BubbleSeriesLabel.IndentFromMarker within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Appearance")]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Appearance)]
public double IndentFromMarker { get; set; }

Property Value

Type Description
Double

The indent between a marker edge and its label, in pixels.

See Also