Back to Devexpress

PieSeriesLabel.ColumnIndent Property

corelibraries-devexpress-dot-xtracharts-dot-pieserieslabel-ca8800c6.md

latest2.3 KB
Original Source

PieSeriesLabel.ColumnIndent Property

Gets or sets by how much a column of labels is indented from the pie chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Int32

An integer value which specifies the indent, in pixels.

|

Remarks

This property is in effect when the PieSeriesLabel.Position property is set to the PieSeriesLabelPosition.TwoColumns value.

Note that the entire indent between a pie chart and each column of series labels is calculated as the sum of the values set for the ColumnIndent and SeriesLabelBase.LineLength properties.

ColumnIndent = 0, LineLength = 0ColumnIndent = 10, LineLength = 0ColumnIndent = 0, LineLength = 20ColumnIndent = 10, LineLength = 20

See Also

LineLength

PieSeriesLabel Class

PieSeriesLabel Members

DevExpress.XtraCharts Namespace