API Reference
Enum
ChartJsType
Available Chart.js chart types.
Inheritance
- Enum
- ChartJsType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ChartJs.Type
- Field ChartJsType.Bar
- Field ChartJsType.Bubble
- Field ChartJsType.Doughnut
- Field ChartJsType.Gauge
- Field ChartJsType.HorizontalBar
- Field ChartJsType.Line
- Field ChartJsType.Mixed
- Field ChartJsType.Pie
- Field ChartJsType.PolarArea
- Field ChartJsType.Radar
- Field ChartJsType.Sankey
- Field ChartJsType.Scatter
- Method ChartJsTypeConverter.Read
- Method ChartJsTypeConverter.ReadAsPropertyName
Accepted by parameters
- Method ChartJs.SetType
- Method ChartJsDataset.SetType
- Method ChartJsTypeConverter.Write
- Method ChartJsTypeConverter.WriteAsPropertyName
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ChartJsType Sankey #Render a Sankey diagram (requires chartjs-chart-sankey plugin).
Value:
11