Back to Devexpress

ChartControlBase.AutoLayout Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase.md

latest2.5 KB
Original Source

ChartControlBase.AutoLayout Property

Gets or sets a value which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool AutoLayout { get; set; }
vb
Public Property AutoLayout As Boolean

Property Value

TypeDescription
Boolean

true, to apply the adaptive layout algorithm to the chart; otherwise, false.

|

Remarks

The adaptive layout feature is used to maintain a better chart appearance and layout when the chart becomes smaller.

To accomplish this task, the chart elements that have a Visible property (e.g., a legend, an axis, an axis title, a chart title) are hidden.

In addition, the label position inside bars can be changed for those labels for which the BarSideBySideSeries2D.LabelPosition property is set to Bar2DLabelPosition.Auto mode (the default value).

The following images demonstrate the AutoLayout property in action for BarSideBySideSeries2D.

AutoLayout =true (the default value)AutoLayout = false

In the case of pie and donut charts, the Dimension property for SimpleDiagram2D and SimpleDiagram3D is calculated automatically during resizing. For instance, when you decrease chart size, all pies (donuts) are placed in one line horizontally (by row) or vertically (by column) in the diagram to occupy all the available free space.

See Also

ChartControlBase Class

ChartControlBase Members

DevExpress.Xpf.Charts Namespace