[]
Define an extender to allow the user to zoom or pan on the specified FlexChart.
public class ChartGestures<T> : Extender, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
ChartGestures(FlexChartCore<T>) | Creates one ChartGestures<T> instance. |
Name | Description |
---|---|
Enable | Gets or sets the enable of the ChartGestures. |
InteractiveAxes | Gets or sets the interactive axes of the ChartGestures. |
MouseAction | Gets or sets the mouse action of the ChartGestures. |
PosX | Gets or sets the initial position of the axis X. |
PosY | Gets or sets the initial position of the axis Y. |
ScaleX | Gets or sets the initial scale of axis X. |
ScaleY | Gets or sets the initial scale of axis Y. |