Back to Devexpress

CustomizeXAxisLabelsEventArgs.Staggered Property

corelibraries-devexpress-dot-xtracharts-dot-customizexaxislabelseventargs-031580ce.md

latest2.7 KB
Original Source

CustomizeXAxisLabelsEventArgs.Staggered Property

Specifies whether the X-axis labels should be staggered.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true to stagger the X-axis labels; otherwise, false. This value is assigned to the CustomizeXAxisLabelsEventArgs.Staggered property.

|

Remarks

When a familiar data source (such as the PivotGridControl) is assigned to the ChartControl.DataSource property, the AxisLabel.Staggered property of the X-axis labels is auto-adjusted, and it’s impossible to customize this property at design time.

Use the Staggered property, to set a value for this property at runtime, in the ChartControl.PivotChartingCustomizeXAxisLabels (or, WebChartControl.PivotChartingCustomizeXAxisLabels) event handler.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

PivotChartingCustomizeXAxisLabels

Staggered

Integrate the WinForms Chart with the Pivot Grid Control

CustomizeXAxisLabelsEventArgs Class

CustomizeXAxisLabelsEventArgs Members

DevExpress.XtraCharts Namespace