C# Class Highcharts.Mvc.LegendConfigurator

Inheritance: Highcharts.Mvc.JsonConfigurator
Mostra file Open project: goenning/highcharts-mvc

Public Methods

Method Description
BackgroundColor ( string color ) : LegendConfigurator
Border ( string color, int radius, int width ) : LegendConfigurator
Floating ( ) : LegendConfigurator
Hide ( ) : LegendConfigurator
ItemWidth ( int width ) : LegendConfigurator
LabelFormatter ( string function ) : LegendConfigurator
Layout ( LegendLayout layout ) : LegendConfigurator
LineHeight ( int height ) : LegendConfigurator
Margin ( int margin ) : LegendConfigurator
Position ( Action action ) : LegendConfigurator
Reverse ( ) : LegendConfigurator
ShowShadow ( ) : LegendConfigurator
SymbolPadding ( int padding ) : LegendConfigurator
SymbolWidth ( int width ) : LegendConfigurator
Width ( int width ) : LegendConfigurator

Private Methods

Method Description
LegendConfigurator ( Legend legend ) : System

Method Details

BackgroundColor() public method

public BackgroundColor ( string color ) : LegendConfigurator
color string
return LegendConfigurator

Border() public method

public Border ( string color, int radius, int width ) : LegendConfigurator
color string
radius int
width int
return LegendConfigurator

Floating() public method

public Floating ( ) : LegendConfigurator
return LegendConfigurator

Hide() public method

public Hide ( ) : LegendConfigurator
return LegendConfigurator

ItemWidth() public method

public ItemWidth ( int width ) : LegendConfigurator
width int
return LegendConfigurator

LabelFormatter() public method

public LabelFormatter ( string function ) : LegendConfigurator
function string
return LegendConfigurator

Layout() public method

public Layout ( LegendLayout layout ) : LegendConfigurator
layout LegendLayout
return LegendConfigurator

LineHeight() public method

public LineHeight ( int height ) : LegendConfigurator
height int
return LegendConfigurator

Margin() public method

public Margin ( int margin ) : LegendConfigurator
margin int
return LegendConfigurator

Position() public method

public Position ( Action action ) : LegendConfigurator
action Action
return LegendConfigurator

Reverse() public method

public Reverse ( ) : LegendConfigurator
return LegendConfigurator

ShowShadow() public method

public ShowShadow ( ) : LegendConfigurator
return LegendConfigurator

SymbolPadding() public method

public SymbolPadding ( int padding ) : LegendConfigurator
padding int
return LegendConfigurator

SymbolWidth() public method

public SymbolWidth ( int width ) : LegendConfigurator
width int
return LegendConfigurator

Width() public method

public Width ( int width ) : LegendConfigurator
width int
return LegendConfigurator