CustomizeXAxisLabelsEventArgs.Staggered Property
Specifies whether the X-axis labels should be staggered.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to stagger the X-axis labels; otherwise, false. This value is assigned to the |
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).