Enables or disables the zooming in chart. After setting ZoomingEnabled property to True, a ZoomBar will appear in AxisX by which you can zoom or scale the chart by dragging the ScrollBar thumb left or right. You can also zoom the chart by selecting a region inside PlotArea if ZoomingEnabled property is set to True in Chart..
Type: Boolean
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ZoomingEnabled="True">
</vc:Chart>
Remarks:
ZoomingEnabled property is set to False by default.
See Also: