[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexChart-1

FlexChart<T> Class

The FlexChart control provides a powerful and flexible way to visualize data.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexChart<T> : FlexChartCore<T>, IHtmlString, ITemplate, IAnimatable
Type Parameters
Name Description
T

Constructors

Name Description
FlexChart(HtmlHelper, string)

Creates one FlexChart<T> instance.

Properties

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.

Extension Methods