Class PivotViewChartSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewChartSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewChartSettingsBuilder : ControlBuilder
Constructors
PivotViewChartSettingsBuilder()
Declaration
public PivotViewChartSettingsBuilder()
PivotViewChartSettingsBuilder(PivotViewChartSettings)
Declaration
public PivotViewChartSettingsBuilder(PivotViewChartSettings model)
Parameters
Methods
AccumulationSelectionMode(Object)
Allow options for customizing the selection mode to be done either by a specific series or point or cluster
or by dragging it to the pivot chart. For example, to highlight a specific point in a specific series of the
pivot chart, set the property accumulationSelectionMode
to Point. It is applicable for chart types pie,
funnel, doughnut and pyramid. The available modes are,
none: Disables the selection.
point: selects a point.
Declaration
public PivotViewChartSettingsBuilder AccumulationSelectionMode(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
AnimationComplete(String)
It triggers after the pivot chart series animation is completed.
Declaration
public PivotViewChartSettingsBuilder AnimationComplete(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
AxisLabelRender(String)
It triggers before each axis label is rendered.
Declaration
public PivotViewChartSettingsBuilder AxisLabelRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Background(String)
Allows you to change the background color of the chart series in the pivot chart.
For example, to display the chart series with background color as red, set the property background
to either "red" or "#FF0000" or "rgba(255,0,0,1.0)".
Declaration
public PivotViewChartSettingsBuilder Background(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BeforePrint(String)
It triggers before the pivot chart prints.
Declaration
public PivotViewChartSettingsBuilder BeforePrint(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Border(PivotViewPivotChartSeriesBorder)
Allow options to customize the border of the chart series such as color and border size in the pivot chart.
For example, to display the chart series border color as red, set the properties color
to either "red" or "#FF0000" or "rgba(255,0,0,1.0)" and width
to 0.5.
Declaration
public PivotViewChartSettingsBuilder Border(PivotViewPivotChartSeriesBorder value)
Parameters
Returns
Border(Action<PivotViewPivotChartSeriesBorderBuilder>)
Declaration
public PivotViewChartSettingsBuilder Border(Action<PivotViewPivotChartSeriesBorderBuilder> border)
Parameters
Returns
ChartArea(PivotViewPivotChartSettingsChartArea)
Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.
For example, to change the of the pivot chart's background, set the property opacity
to 0.5.
Declaration
public PivotViewChartSettingsBuilder ChartArea(PivotViewPivotChartSettingsChartArea value)
Parameters
Returns
ChartArea(Action<PivotViewPivotChartSettingsChartAreaBuilder>)
Declaration
public PivotViewChartSettingsBuilder ChartArea(Action<PivotViewPivotChartSettingsChartAreaBuilder> chartArea)
Parameters
Returns
ChartMouseClick(String)
It triggers on clicking the pivot chart.
Declaration
public PivotViewChartSettingsBuilder ChartMouseClick(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ChartMouseDown(String)
It triggers when mouse down on chart series.
Declaration
public PivotViewChartSettingsBuilder ChartMouseDown(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ChartMouseLeave(String)
It triggers when cursor leaves the chart.
Declaration
public PivotViewChartSettingsBuilder ChartMouseLeave(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ChartMouseMove(String)
It triggers on hovering the pivot chart.
Declaration
public PivotViewChartSettingsBuilder ChartMouseMove(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ChartMouseUp(String)
It triggers when mouse up on chart series.
Declaration
public PivotViewChartSettingsBuilder ChartMouseUp(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ChartSeries(PivotViewPivotSeries)
Allow options to customize the chart series with different settings such as fill color, animation of the series,
series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.
For example, to display the line type pivot chart, set the property type
to Line.
Declaration
public PivotViewChartSettingsBuilder ChartSeries(PivotViewPivotSeries value)
Parameters
Returns
ChartSeries(Action<PivotViewPivotSeriesBuilder>)
Declaration
public PivotViewChartSettingsBuilder ChartSeries(Action<PivotViewPivotSeriesBuilder> chartSeries)
Parameters
Returns
ColumnDelimiter(String)
Allows to specify the delimiter to split the column headers. The is applicable for pie, doughnut,
funnel and pyramid chart types.
Declaration
public PivotViewChartSettingsBuilder ColumnDelimiter(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ColumnHeader(String)
Allows to specify the column whose values will be considered to draw the pivot chart. The is applicable
for pie, doughnut, funnel and pyramid chart types.
Declaration
public PivotViewChartSettingsBuilder ColumnHeader(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Crosshair(PivotViewPivotChartSettingsCrosshairSettings)
Allow options to customize the crosshair line with different settings such as color and width of the line,
line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder Crosshair(PivotViewPivotChartSettingsCrosshairSettings value)
Parameters
Returns
Crosshair(Action<PivotViewPivotChartSettingsCrosshairSettingsBuilder>)
Declaration
public PivotViewChartSettingsBuilder Crosshair(Action<PivotViewPivotChartSettingsCrosshairSettingsBuilder> crosshair)
Parameters
Returns
Description(String)
Allows you to add a description of the pivot chart.
Declaration
public PivotViewChartSettingsBuilder Description(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
DragComplete(String)
It triggers after the drag selection is completed on chart series.
Declaration
public PivotViewChartSettingsBuilder DragComplete(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
EnableAnimation(Boolean)
Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder EnableAnimation(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableBorderOnMouseMove(Boolean)
Allows to Enable or disable the border in pie and doughnut chart while mouse moving.
Declaration
public PivotViewChartSettingsBuilder EnableBorderOnMouseMove(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableCanvas(Boolean)
Allows you to render the pivot chart in canvas mode.
Declaration
public PivotViewChartSettingsBuilder EnableCanvas(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableExport(Boolean)
Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.
Declaration
public PivotViewChartSettingsBuilder EnableExport(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableMultipleAxis(Boolean)
It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.
Use the multipleAxisMode
enum options, either Stacked or Single, to show the chart area as either stacked or single based on value fields.
Declaration
public PivotViewChartSettingsBuilder EnableMultipleAxis(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Enable or disable scroll bar while multiple axis.
Declaration
public PivotViewChartSettingsBuilder EnableScrollOnMultiAxis(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableSideBySidePlacement(Boolean)
Allows you to draw points of the column type pivot chart series as side by side.
Declaration
public PivotViewChartSettingsBuilder EnableSideBySidePlacement(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableSmartLabels(Boolean)
Allows to set the labels placed smartly without overlapping. It is applicable for chart types pie,
funnel, doughnut and pyramid.
Declaration
public PivotViewChartSettingsBuilder EnableSmartLabels(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
HighlightMode(Object)
Specifies whether point has to get highlighted or not. It is applicable for chart types pie,
funnel, doughnut and pyramid. Takes value either 'None 'or 'Point'.
Declaration
public PivotViewChartSettingsBuilder HighlightMode(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
HighlightPattern(Object)
Specifies whether series or data point for accumulation chart has to be selected. They are,
none: sets none as selecting pattern to accumulation chart .
chessboard: sets chess board as selecting pattern accumulation chart .
dots: sets dots as selecting pattern accumulation chart .
diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .
crosshatch: sets crosshatch as selecting pattern to accumulation chart.
pacman: sets pacman selecting pattern to accumulation chart.
diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.
grid: sets grid as selecting pattern to accumulation chart.
turquoise: sets turquoise as selecting pattern to accumulation chart.
star: sets star as selecting pattern to accumulation chart.
triangle: sets triangle as selecting pattern to accumulation chart.
circle: sets circle as selecting pattern to accumulation chart.
tile: sets tile as selecting pattern to accumulation chart.
horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.
verticaldash: sets vertical dash as selecting pattern to accumulation chart.
rectangle: sets rectangle as selecting pattern.
box: sets box as selecting pattern to accumulation chart.
verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.
horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.
bubble: sets bubble as selecting pattern to accumulation chart.
It is applicable for chart types pie, funnel, doughnut and pyramid.
Declaration
public PivotViewChartSettingsBuilder HighlightPattern(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
IsMultiSelect(Boolean)
Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property selectionMode
to be Point or Series or Cluster.
Declaration
public PivotViewChartSettingsBuilder IsMultiSelect(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
IsTransposed(Boolean)
Allows you to render the pivot chart in a transposed manner or not.
Declaration
public PivotViewChartSettingsBuilder IsTransposed(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
LegendClick(String)
Triggers when the chart legend of a specific series is clicked.
Declaration
public PivotViewChartSettingsBuilder LegendClick(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
LegendRender(String)
It triggers before the legend renders in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder LegendRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
LegendSettings(PivotViewPivotChartSettingsLegendSettings)
Allow options for customizing legends with different properties such as legend visibility,
height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder LegendSettings(PivotViewPivotChartSettingsLegendSettings value)
Parameters
Returns
LegendSettings(Action<PivotViewPivotChartSettingsLegendSettingsBuilder>)
Declaration
public PivotViewChartSettingsBuilder LegendSettings(Action<PivotViewPivotChartSettingsLegendSettingsBuilder> legendSettings)
Parameters
Returns
Load(String)
It triggers before chart loads.
Declaration
public PivotViewChartSettingsBuilder Load(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Loaded(String)
It triggers after the pivot chart loaded.
Declaration
public PivotViewChartSettingsBuilder Loaded(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Margin(PivotViewPivotChartSettingsMargin)
Allow options to customize the left, right, top and bottom margins of the pivot chart.
Declaration
public PivotViewChartSettingsBuilder Margin(PivotViewPivotChartSettingsMargin value)
Parameters
Returns
Margin(Action<PivotViewPivotChartSettingsMarginBuilder>)
Declaration
public PivotViewChartSettingsBuilder Margin(Action<PivotViewPivotChartSettingsMarginBuilder> margin)
Parameters
Returns
MultiLevelLabelClick(String)
It triggers when clicked multi-level label.
Declaration
public PivotViewChartSettingsBuilder MultiLevelLabelClick(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
MultiLevelLabelRender(String)
Event to customize the multi-level labels of the pivot chart. This triggers while rendering the multi-level labels
Declaration
public PivotViewChartSettingsBuilder MultiLevelLabelRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
MultipleAxisMode(MultipleAxisMode)
Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area.
The options available are:
Stacked: Allows the chart series to be displayed in a separate chart area depending on the value fields specified.
Single: Allows the chart series to be displayed in a single chart area for different value fields.
Declaration
public PivotViewChartSettingsBuilder MultipleAxisMode(MultipleAxisMode value)
Parameters
Returns
Palettes(String[])
Allows you to draw the chart series points with custom color in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder Palettes(string[] value)
Parameters
Type |
Name |
Description |
System.String[] |
value |
|
Returns
PieCenter(PivotViewPivotPieChartCenter)
Allow options to customize the center of pie series chart with properties x and y.
Declaration
public PivotViewChartSettingsBuilder PieCenter(PivotViewPivotPieChartCenter value)
Parameters
Returns
PieCenter(Action<PivotViewPivotPieChartCenterBuilder>)
Declaration
public PivotViewChartSettingsBuilder PieCenter(Action<PivotViewPivotPieChartCenterBuilder> pieCenter)
Parameters
Returns
PointClick(String)
It triggers on series point click.
Declaration
public PivotViewChartSettingsBuilder PointClick(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
PointMove(String)
It triggers on series point move.
Declaration
public PivotViewChartSettingsBuilder PointMove(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
PointRender(String)
It triggers before each points for the series is rendered.
Declaration
public PivotViewChartSettingsBuilder PointRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
PrimaryXAxis(PivotViewPivotAxis)
Allow options to customize the horizontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,
description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and
major grid lines, minor and major tick lines, border, etc. in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder PrimaryXAxis(PivotViewPivotAxis value)
Parameters
Returns
PrimaryXAxis(Action<PivotViewPivotAxisBuilder>)
Declaration
public PivotViewChartSettingsBuilder PrimaryXAxis(Action<PivotViewPivotAxisBuilder> primaryXAxis)
Parameters
Returns
PrimaryYAxis(PivotViewPivotAxis)
Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,
title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and
major grid lines, minor and major tick lines, border, etc. in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder PrimaryYAxis(PivotViewPivotAxis value)
Parameters
Returns
PrimaryYAxis(Action<PivotViewPivotAxisBuilder>)
Declaration
public PivotViewChartSettingsBuilder PrimaryYAxis(Action<PivotViewPivotAxisBuilder> primaryYAxis)
Parameters
Returns
Resized(String)
It triggers after the pivot chart resized.
Declaration
public PivotViewChartSettingsBuilder Resized(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
It triggers when change the scroll of the chart series.
Declaration
public PivotViewChartSettingsBuilder ScrollChanged(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
It triggers after the scroll end.
Declaration
public PivotViewChartSettingsBuilder ScrollEnd(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
It triggers when start scroll the chart series.
Declaration
public PivotViewChartSettingsBuilder ScrollStart(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
SelectedDataIndexes(PivotViewPivotChartSettingsIndexes)
Allows you to highlight a specific point of the series while rendering the pivot chart.
For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property selectionMode
to be Point or Series.
Declaration
public PivotViewChartSettingsBuilder SelectedDataIndexes(PivotViewPivotChartSettingsIndexes value)
Parameters
Returns
SelectedDataIndexes(Action<PivotViewPivotChartSettingsIndexesBuilder>)
Declaration
public PivotViewChartSettingsBuilder SelectedDataIndexes(Action<PivotViewPivotChartSettingsIndexesBuilder> selectedDataIndexes)
Parameters
Returns
SelectionMode(ChartSelectionMode)
Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.
For example, to highlight a specific point in a specific series of the pivot chart, set the property selectionMode
to Point. The available modes are,
none: Disables the selection.
series: selects a series.
dragXY: selects points by dragging with respect to both horizontal and vertical axes
dragX: selects points by dragging with respect to horizontal axis.
dragY: selects points by dragging with respect to vertical axis.
point: selects a point.
cluster: selects a cluster of point
Declaration
public PivotViewChartSettingsBuilder SelectionMode(ChartSelectionMode value)
Parameters
Returns
SeriesRender(String)
It triggers before the series is rendered in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder SeriesRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ShowMemberSeries(Boolean)
Allows to display chart series in accordance with member name in all chart area.
It is applicable only when enableMultipleAxis
property is set to true.
The showMemberSeries
property is deprecated and will no longer be used. Use showPointColorByMembers
with to achieve the same.
Declaration
public PivotViewChartSettingsBuilder ShowMemberSeries(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
ShowMultiLevelLabels(Boolean)
Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder ShowMultiLevelLabels(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
ShowPointColorByMembers(Boolean)
Allows to display data points in different colors in multiple charts. The multiple charts are actually drawn as a result of the "n" of measures bound in the datasource.
It is only applicable when the enableMultipleAxis
property is enabled and the multipleAxisMode
property is set to Stacked.
Declaration
public PivotViewChartSettingsBuilder ShowPointColorByMembers(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
SubTitle(String)
Allows you to add the subtitle to the pivot chart.
Declaration
public PivotViewChartSettingsBuilder SubTitle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
SubTitleStyle(PivotViewPivotChartAxisFont)
Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.
Declaration
public PivotViewChartSettingsBuilder SubTitleStyle(PivotViewPivotChartAxisFont value)
Parameters
Returns
SubTitleStyle(Action<PivotViewPivotChartAxisFontBuilder>)
Declaration
public PivotViewChartSettingsBuilder SubTitleStyle(Action<PivotViewPivotChartAxisFontBuilder> subTitleStyle)
Parameters
Returns
TabIndex(Double)
Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder TabIndex(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
TextRender(String)
It triggers before the data label for series renders in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder TextRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Theme(Object)
Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.
Declaration
public PivotViewChartSettingsBuilder Theme(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Title(String)
Allows you to add title to the pivot chart.
Declaration
public PivotViewChartSettingsBuilder Title(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TitleStyle(PivotViewPivotChartAxisFont)
Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.
Declaration
public PivotViewChartSettingsBuilder TitleStyle(PivotViewPivotChartAxisFont value)
Parameters
Returns
TitleStyle(Action<PivotViewPivotChartAxisFontBuilder>)
Declaration
public PivotViewChartSettingsBuilder TitleStyle(Action<PivotViewPivotChartAxisFontBuilder> titleStyle)
Parameters
Returns
Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,
format, textStyle, template, border, enableAnimation.
Declaration
public PivotViewChartSettingsBuilder Tooltip(PivotViewPivotTooltipSettings value)
Parameters
Returns
Declaration
public PivotViewChartSettingsBuilder Tooltip(Action<PivotViewPivotTooltipSettingsBuilder> tooltip)
Parameters
Returns
It triggers before the tooltip for series is rendered.
Declaration
public PivotViewChartSettingsBuilder TooltipRender(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
UseGroupingSeparator(Boolean)
Allows the group separator to be shown to the values in the pivot chart.
Declaration
public PivotViewChartSettingsBuilder UseGroupingSeparator(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Value(String)
Allows you to draw a pivot chart with a specific value field during initial loading.
Declaration
public PivotViewChartSettingsBuilder Value(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ZoomComplete(String)
It triggers after the zoom selection is completed.
Declaration
public PivotViewChartSettingsBuilder ZoomComplete(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
ZoomSettings(PivotViewPivotZoomSettings)
Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,
enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.
Declaration
public PivotViewChartSettingsBuilder ZoomSettings(PivotViewPivotZoomSettings value)
Parameters
Returns
ZoomSettings(Action<PivotViewPivotZoomSettingsBuilder>)
Declaration
public PivotViewChartSettingsBuilder ZoomSettings(Action<PivotViewPivotZoomSettingsBuilder> zoomSettings)
Parameters
Returns