Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetAxisLabelOverlappingOptions Class

Contains options that define how to resolve overlapping axis labels for the SpreadsheetControl’s charts.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[ComVisible(true)]
public class SpreadsheetAxisLabelOverlappingOptions :
    SpreadsheetNotificationOptions

Remarks

To access the SpreadsheetAxisLabelOverlappingOptions class instance, use the SpreadsheetChartsViewOptions.CategoryAxisLabels or SpreadsheetChartsViewOptions.ValueAxisLabels property depending on the type of the chart axis you wish to modify.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetAxisLabelOverlappingOptions
See Also