[]
        
(Showing Draft Content)

C1.Web.Mvc.ChartGestures-1

ChartGestures<T> Class

Define an extender to allow the user to zoom or pan on the specified FlexChart.

Inheritance
Extender
ChartGestures<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ChartGestures<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
ChartGestures(FlexChartCore<T>)

Creates one ChartGestures<T> instance.

Properties

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.

Extension Methods