[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ChartGesturesTagHelper

ChartGesturesTagHelper Class

ITagHelper implementation for ChartGestures<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-chart-gestures")]
public class ChartGesturesTagHelper : ExtenderTagHelper<ChartGestures<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ChartGesturesTagHelper()

Properties

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.