Class ChartPredefinedValues
Contains predefined random values.
Inheritance
System.Object
ChartPredefinedValues
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.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public static class ChartPredefinedValues
Methods
GetPoints(ChartSeriesType, Int32)
Gets the points.
Declaration
public static ChartPoint[] GetPoints(ChartSeriesType type, int index)
Parameters
Type | Name | Description |
---|---|---|
ChartSeriesType | type | The type. |
System.Int32 | index | The index. |
Returns
Type |
---|
ChartPoint[] |
GetSeriesCount(ChartSeriesType)
Gets the series count.
Declaration
public static int GetSeriesCount(ChartSeriesType type)
Parameters
Type | Name | Description |
---|---|---|
ChartSeriesType | type | The type. |
Returns
Type |
---|
System.Int32 |