[]
Defines a builder to configurate ChartGestures<T>.
public class ChartGesturesBuilder<T> : ExtenderBuilder<ChartGestures<T>, ChartGesturesBuilder<T>>, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ChartGesturesBuilder(ChartGestures<T>) | Create one ChartGesturesBuilder instance. |
| Name | Description |
|---|---|
| Enable(bool) | Configurates Enable. Sets the enable of the ChartGestures. |
| InteractiveAxes(InteractiveAxes) | Configurates InteractiveAxes. Sets the interactive axes of the ChartGestures. |
| MouseAction(MouseAction) | Configurates MouseAction. Sets the mouse action of the ChartGestures. |
| PosX(float) | Configurates PosX. Sets the initial position of the axis X. |
| PosY(float) | Configurates PosY. Sets the initial position of the axis Y. |
| ScaleX(float) | Configurates ScaleX. Sets the initial scale of axis X. |
| ScaleY(float) | Configurates ScaleY. Sets the initial scale of axis Y. |