C# Class Highcharts.Mvc.LegendConfigurator

Inheritance: Highcharts.Mvc.JsonConfigurator
Afficher le fichier Open project: goenning/highcharts-mvc

Méthodes publiques

Méthode 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

Méthode Description
LegendConfigurator ( Legend legend ) : System

Method Details

BackgroundColor() public méthode

public BackgroundColor ( string color ) : LegendConfigurator
color string
Résultat LegendConfigurator

Border() public méthode

public Border ( string color, int radius, int width ) : LegendConfigurator
color string
radius int
width int
Résultat LegendConfigurator

Floating() public méthode

public Floating ( ) : LegendConfigurator
Résultat LegendConfigurator

Hide() public méthode

public Hide ( ) : LegendConfigurator
Résultat LegendConfigurator

ItemWidth() public méthode

public ItemWidth ( int width ) : LegendConfigurator
width int
Résultat LegendConfigurator

LabelFormatter() public méthode

public LabelFormatter ( string function ) : LegendConfigurator
function string
Résultat LegendConfigurator

Layout() public méthode

public Layout ( LegendLayout layout ) : LegendConfigurator
layout LegendLayout
Résultat LegendConfigurator

LineHeight() public méthode

public LineHeight ( int height ) : LegendConfigurator
height int
Résultat LegendConfigurator

Margin() public méthode

public Margin ( int margin ) : LegendConfigurator
margin int
Résultat LegendConfigurator

Position() public méthode

public Position ( Action action ) : LegendConfigurator
action Action
Résultat LegendConfigurator

Reverse() public méthode

public Reverse ( ) : LegendConfigurator
Résultat LegendConfigurator

ShowShadow() public méthode

public ShowShadow ( ) : LegendConfigurator
Résultat LegendConfigurator

SymbolPadding() public méthode

public SymbolPadding ( int padding ) : LegendConfigurator
padding int
Résultat LegendConfigurator

SymbolWidth() public méthode

public SymbolWidth ( int width ) : LegendConfigurator
width int
Résultat LegendConfigurator

Width() public méthode

public Width ( int width ) : LegendConfigurator
width int
Résultat LegendConfigurator