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

XYDiagram2DModel.ZoomingOptions Property

Returns the model of zooming options of the modeled Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ZoomingOptions2DModel ZoomingOptions { get; }

Property Value

Type Description
ZoomingOptions2DModel

The model of zooming options.

See Also