Class StockChartZoomSettingsBuilder
Inheritance
System.Object
StockChartZoomSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartZoomSettingsBuilder : ControlBuilder
Constructors
StockChartZoomSettingsBuilder()
Declaration
public StockChartZoomSettingsBuilder()
StockChartZoomSettingsBuilder(StockChartZoomSettings)
Declaration
public StockChartZoomSettingsBuilder(StockChartZoomSettings model)
Parameters
Methods
EnableDeferredZooming(Boolean)
If set to true, zooming will be performed on mouse up. It requires enableSelectionZooming
to be true.
Declaration
public StockChartZoomSettingsBuilder EnableDeferredZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableMouseWheelZooming(Boolean)
If set to true, chart can be zoomed by using mouse wheel.
Declaration
public StockChartZoomSettingsBuilder EnableMouseWheelZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnablePan(Boolean)
Specifies whether chart needs to be panned by default.
Declaration
public StockChartZoomSettingsBuilder EnablePan(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnablePinchZooming(Boolean)
If to true, chart can be pinched to zoom in / zoom out.
Declaration
public StockChartZoomSettingsBuilder EnablePinchZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Specifies whether axis needs to have scrollbar.
Declaration
public StockChartZoomSettingsBuilder EnableScrollbar(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableSelectionZooming(Boolean)
If set to true, chart can be zoomed by a rectangular selecting region on the plot area.
Declaration
public StockChartZoomSettingsBuilder EnableSelectionZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Mode(ZoomMode)
Specifies whether to allow zooming vertically or horizontally or in both ways. They are,
x,y: Chart can be zoomed both vertically and horizontally.
x: Chart can be zoomed horizontally.
y: Chart can be zoomed vertically.
It requires enableSelectionZooming
to be true.
Declaration
public StockChartZoomSettingsBuilder Mode(ZoomMode value)
Parameters
Returns
Specifies the toolkit options for the zooming as follows:
Zoom
ZoomIn
ZoomOut
Pan
Reset
Declaration
public StockChartZoomSettingsBuilder ToolbarItems(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns