InputData |
Double[] |
|
|
InputLabels |
String[] |
|
|
XAxisLabels |
String[] |
|
|
ChartSeries |
List<ChartSeries> |
|
|
ChartOptions |
ChartOptions |
|
|
ChartType |
ChartType |
ChartType.Donut |
The Type of the chart. |
Width |
String |
"80%" |
The Width of the chart, end with % or px. |
Height |
String |
"80%" |
The Height of the chart, end with % or px. |
LegendPosition |
Position |
Position.Bottom |
The placment direction of the legend if used. |
Class |
String |
null |
User class names, separated by space |
Style |
String |
null |
User styles, applied on top of the component's own classes and styles |
Tag |
Object |
null |
Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<String, Object> |
|
UserAttributes carries all attributes you add to the component that don't match any of its parameters.
They will be splatted onto the underlying HTML tag. |