[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartGesturesBuilder-1

ChartGesturesBuilder<T> Class

Defines a builder to configurate ChartGestures<T>.

Inheritance
HideObjectMembers
ExtenderBuilder<ChartGestures<T>, ChartGesturesBuilder<T>>
ChartGesturesBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class ChartGesturesBuilder<T> : ExtenderBuilder<ChartGestures<T>, ChartGesturesBuilder<T>>, IHtmlContent
Type Parameters
Name Description
T

Constructors

Name Description
ChartGesturesBuilder(ChartGestures<T>)

Create one ChartGesturesBuilder instance.

Methods

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.