Skip to main content
A newer version of this page is available. .

CustomAxisLabel() Constructor

Initializes a new instance of the CustomAxisLabel class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public CustomAxisLabel()

Remarks

In this case the ChartElementNamed.Name property will be set to Empty, and the CustomAxisLabel.AxisValue property will be set to 1 by default.

See Also