Class ChartSeriesTypeImages
Contains the icons of ChartSeriesType.
Inheritance
System.Object
ChartSeriesTypeImages
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.Utils
Assembly: Syncfusion.Chart.Base.dll
Syntax
public static class ChartSeriesTypeImages
Methods
GetImage(ChartSeriesType)
Gets the icon image by the specified ChartSeriesType.
Declaration
public static Image GetImage(ChartSeriesType type)
Parameters
Type | Name | Description |
---|---|---|
ChartSeriesType | type | The ChartSeriesType. |
Returns
Type | Description |
---|---|
System.Drawing.Image | Returns Image. |