[]
The FlexChart control provides a powerful and flexible way to visualize data.
public class FlexChart<T> : FlexChartCore<T>, IHtmlString, ITemplate, IAnimatable
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexChart(HtmlHelper, string) | Creates one FlexChart<T> instance. |
Name | Description |
---|---|
ChartType | Gets or sets the type of chart to create |
Options | Gets various chart options. The following options are supported: BubbleMaxSize, BubbleMinSize, GroupWidth. |
Rotated | Gets or sets a value indicating whether to flip the axes so X is vertical and Y horizontal. |
Stacking | Gets or sets whether and how series objects are stacked. |