C# Класс Highcharts.Mvc.LegendConfigurator

Наследование: Highcharts.Mvc.JsonConfigurator
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
LegendConfigurator ( Legend legend ) : System

Описание методов

BackgroundColor() публичный Метод

public BackgroundColor ( string color ) : LegendConfigurator
color string
Результат LegendConfigurator

Border() публичный Метод

public Border ( string color, int radius, int width ) : LegendConfigurator
color string
radius int
width int
Результат LegendConfigurator

Floating() публичный Метод

public Floating ( ) : LegendConfigurator
Результат LegendConfigurator

Hide() публичный Метод

public Hide ( ) : LegendConfigurator
Результат LegendConfigurator

ItemWidth() публичный Метод

public ItemWidth ( int width ) : LegendConfigurator
width int
Результат LegendConfigurator

LabelFormatter() публичный Метод

public LabelFormatter ( string function ) : LegendConfigurator
function string
Результат LegendConfigurator

Layout() публичный Метод

public Layout ( LegendLayout layout ) : LegendConfigurator
layout LegendLayout
Результат LegendConfigurator

LineHeight() публичный Метод

public LineHeight ( int height ) : LegendConfigurator
height int
Результат LegendConfigurator

Margin() публичный Метод

public Margin ( int margin ) : LegendConfigurator
margin int
Результат LegendConfigurator

Position() публичный Метод

public Position ( Action action ) : LegendConfigurator
action Action
Результат LegendConfigurator

Reverse() публичный Метод

public Reverse ( ) : LegendConfigurator
Результат LegendConfigurator

ShowShadow() публичный Метод

public ShowShadow ( ) : LegendConfigurator
Результат LegendConfigurator

SymbolPadding() публичный Метод

public SymbolPadding ( int padding ) : LegendConfigurator
padding int
Результат LegendConfigurator

SymbolWidth() публичный Метод

public SymbolWidth ( int width ) : LegendConfigurator
width int
Результат LegendConfigurator

Width() публичный Метод

public Width ( int width ) : LegendConfigurator
width int
Результат LegendConfigurator