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

AxisBaseModel.WholeRange Property

Returns the model of the whole range of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("Whole Range", 6)]
[LocalizableCategory(DesignerCategories.Behavior)]
public WholeRangeModel WholeRange { get; }

Property Value

Type Description
WholeRangeModel

The model of the axis whole range.

See Also