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

AxisBaseModel.VisualRange Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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