Class GridDataBoundChartHelper
Implements the functionalities of chart for GridDataBoundGrid control.
Inheritance
System.Object
GridDataBoundChartHelper
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 GridDataBoundChartHelper
Constructors
GridDataBoundChartHelper()
Initializes a new instance of the GridDataBoundChartHelper class.
Declaration
public GridDataBoundChartHelper()
Properties
ViewType
Gets or sets the view type of the input values.
Declaration
public ViewType ViewType { get; set; }
Property Value
Type |
---|
ViewType |
Methods
Unwire()
Unhook the grouping grid from the chart.
Declaration
public void Unwire()
Wire(GridDataBoundGrid, ChartControl)
Wires the chart cell model to cell models of grid.
Declaration
public void Wire(GridDataBoundGrid grid, ChartControl chart)
Parameters
Type | Name | Description |
---|---|---|
GridDataBoundGrid | grid | The GridDataBoundGrid Control. |
ChartControl | chart | The ChartControl. |
WireGrid(GridDataBoundGrid, ChartControl, String, ArrayList)
Wires the chartcell model to cellmodels of grid.
Declaration
public void WireGrid(GridDataBoundGrid gridDataBound, ChartControl chart, string xAxisColName, ArrayList yAxisColName)
Parameters
Type | Name | Description |
---|---|---|
GridDataBoundGrid | gridDataBound | The GridDataBound. |
ChartControl | chart | The ChartControl. |
System.String | xAxisColName | X-Axis Value. |
System.Collections.ArrayList | yAxisColName | Y-Axix Value. |