[]
Apply the ChartGestures extender in the chart which inherits from FlexChartCore.
public static FlexChartCoreBuilder<T, TControl, TBuilder> SupportGestures<T, TControl, TBuilder>(this FlexChartCoreBuilder<T, TControl, TBuilder> chartBuilder, Action<ChartGesturesBuilder<T>> chartGestureBuilder) where TControl : FlexChartCore<T> where TBuilder : FlexChartCoreBuilder<T, TControl, TBuilder>
| Type | Name | Description |
|---|---|---|
| FlexChartCoreBuilder<T, TControl, TBuilder> | chartBuilder | The builder for the chart. |
| Action<ChartGesturesBuilder<T>> | chartGestureBuilder | The builder for the ChartGestures object. |
| Type | Description |
|---|---|
| FlexChartCoreBuilder<T, TControl, TBuilder> | Current builder. |
| Name | Description |
|---|---|
| T | The type of data. |
| TControl | The type of the chart. |
| TBuilder | The builder type for the chart. |