AxisBaseModel.WholeRange Property
Returns the model of the whole range of the modeled axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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