XYDiagram2DModel.ZoomingOptions Property
Returns the model of zooming options of the modeled Cartesian diagram.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public ZoomingOptions2DModel ZoomingOptions { get; }
Property Value
Type | Description |
---|---|
ZoomingOptions2DModel | The model of zooming options. |
See Also