AxisBaseModel.VisualRange Property
Returns the model of the visual range of the modeled axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("Visual Range", 5)]
[LocalizableCategory(DesignerCategories.Behavior)]
public VisualRangeModel VisualRange { get; }
Property Value
Type | Description |
---|---|
VisualRangeModel | The model of the axis visual range. |
See Also