C# Class Highcharts.Mvc.HighchartsSetUp

Mostra file Open project: goenning/highcharts-mvc

Public Methods

Method Description
AxisX ( Action expression ) : HighchartsSetUp
AxisY ( Action expression ) : HighchartsSetUp
Colors ( ) : HighchartsSetUp
Credits ( Action expression ) : HighchartsSetUp
Exporting ( Action expression ) : HighchartsSetUp
HighchartsSetUp ( string id ) : System
Legend ( Action expression ) : HighchartsSetUp
Options ( Action action ) : HighchartsSetUp
Series ( ) : HighchartsSetUp
Series ( ChartDataSource datasource ) : HighchartsSetUp
Series ( IEnumerable series ) : HighchartsSetUp
Settings ( Action expression ) : HighchartsSetUp
Subtitle ( string subtitle ) : HighchartsSetUp
Title ( string title ) : HighchartsSetUp
ToHtmlString ( ) : IHtmlString
Tooltip ( Action expression ) : HighchartsSetUp
WithSerieType ( ChartSerieType serieType ) : HighchartsSetUp

Method Details

AxisX() public method

public AxisX ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

AxisY() public method

public AxisY ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

Colors() public method

public Colors ( ) : HighchartsSetUp
return HighchartsSetUp

Credits() public method

public Credits ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

Exporting() public method

public Exporting ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

HighchartsSetUp() public method

public HighchartsSetUp ( string id ) : System
id string
return System

Legend() public method

public Legend ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

Options() public method

public Options ( Action action ) : HighchartsSetUp
action Action
return HighchartsSetUp

Series() public method

public Series ( ) : HighchartsSetUp
return HighchartsSetUp

Series() public method

public Series ( ChartDataSource datasource ) : HighchartsSetUp
datasource ChartDataSource
return HighchartsSetUp

Series() public method

public Series ( IEnumerable series ) : HighchartsSetUp
series IEnumerable
return HighchartsSetUp

Settings() public method

public Settings ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

Subtitle() public method

public Subtitle ( string subtitle ) : HighchartsSetUp
subtitle string
return HighchartsSetUp

Title() public method

public Title ( string title ) : HighchartsSetUp
title string
return HighchartsSetUp

ToHtmlString() public method

public ToHtmlString ( ) : IHtmlString
return IHtmlString

Tooltip() public method

public Tooltip ( Action expression ) : HighchartsSetUp
expression Action
return HighchartsSetUp

WithSerieType() public method

public WithSerieType ( ChartSerieType serieType ) : HighchartsSetUp
serieType ChartSerieType
return HighchartsSetUp