Class GroupingChartHelper
Implements the functionalities of drawing the chart for concerned grid.
Inheritance
System.Object
GroupingChartHelper
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 GroupingChartHelper
Constructors
GroupingChartHelper()
Initializes a new instance of the GroupingChartHelper class.
Declaration
public GroupingChartHelper()
Properties
ChartRecordCount
Gets or sets the value of record count.
Declaration
public int ChartRecordCount { get; set; }
Property Value
Type |
---|
System.Int32 |
EnableAlertMessageBox
Gets or sets a value indicating whether message alert box should be alerted.
Declaration
public bool EnableAlertMessageBox { get; set; }
Property Value
Type |
---|
System.Boolean |
RealTimeUpdate
Gets or sets a value indicating whether real time update should be enabled.
Declaration
public bool RealTimeUpdate { get; set; }
Property Value
Type |
---|
System.Boolean |
ViewType
Gets or sets the view type of the grid.
Declaration
public ViewType ViewType { get; set; }
Property Value
Type |
---|
ViewType |
Methods
InitializeDrillDownChart(Int32)
Used to create a drilldown chart.
Declaration
protected void InitializeDrillDownChart(int seriesIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | seriesIndex | Index of the series. |
Unwire()
Unhook the grouping grid from the chart.
Declaration
public void Unwire()
Wire(GridGroupingControl, ChartControl)
Wires the chart cell model to cell models of grid.
Declaration
public void Wire(GridGroupingControl Grouping, ChartControl chart)
Parameters
Type | Name | Description |
---|---|---|
GridGroupingControl | Grouping | The GridGroupingControl. |
ChartControl | chart | The ChartControl. |
Wire(GridGroupingControl, ChartControl, String, ArrayList)
Wires the chart cell model to cell models of grid.
Declaration
public void Wire(GridGroupingControl Grouping, ChartControl chart, string xAxisColName, ArrayList yAxisColName)
Parameters
Type | Name | Description |
---|---|---|
GridGroupingControl | Grouping | The GridGroupingControl. |
ChartControl | chart | The ChartControl. |
System.String | xAxisColName | X-AxisLabel. |
System.Collections.ArrayList | yAxisColName | Y-AxisLabel. |