[]
ITagHelper implementation for ChartGestures<T>.
[HtmlTargetElement("c1-chart-gestures")]
public class ChartGesturesTagHelper : ExtenderTagHelper<ChartGestures<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
ChartGesturesTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Enable | Configurates Enable. Sets the enable of the ChartGestures. |
InteractiveAxes | Configurates InteractiveAxes. Sets the interactive axes of the ChartGestures. |
MouseAction | Configurates MouseAction. Sets the mouse action of the ChartGestures. |
PosX | Configurates PosX. Sets the initial position of the axis X. |
PosY | Configurates PosY. Sets the initial position of the axis Y. |
ScaleX | Configurates ScaleX. Sets the initial scale of axis X. |
ScaleY | Configurates ScaleY. Sets the initial scale of axis Y. |