Class PivotGridChartHelper
Implements the functionalities of ChartControl in pivot grid cells.
Inheritance
System.Object
PivotGridChartHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class PivotGridChartHelper
Constructors
PivotGridChartHelper()
Initializes a new instance of the PivotGridChartHelper class.
Declaration
public PivotGridChartHelper()
Methods
BindSelectedRange(GridRangeInfo)
Inserts the chart based on input values.
Declaration
public void BindSelectedRange(GridRangeInfo range)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | A range whose values to be considered as input. |
WireGrid(PivotGridControl, ChartControl)
Wires the chart cell model to cell models of grid.
Declaration
public void WireGrid(PivotGridControl grid, ChartControl chart)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | grid | A grid to which wiring to be made. |
ChartControl | chart | parameter setting chart for grid |
WireGrid(PivotGridControl, ChartControl, Boolean)
Wires the cell model of chart to cell model of grid along with persisting series styles.
Declaration
public void WireGrid(PivotGridControl grid, ChartControl chart, bool canPersistSeriesStyle)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | grid | The pivot grid control. |
ChartControl | chart | The chart control. |
System.Boolean | canPersistSeriesStyle | The value indicating whether the series style need to be persisted or not. |