corelibraries-devexpress-dot-xtracharts-dot-pieserieslabel-ca8800c6.md
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
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ColumnIndent { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ColumnIndent As Integer
| Type | Description |
|---|---|
| Int32 |
An integer value which specifies the indent, in pixels.
|
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 = 0 | ColumnIndent = 10, LineLength = 0 | ColumnIndent = 0, LineLength = 20 | ColumnIndent = 10, LineLength = 20 |
|---|---|---|---|
See Also