C# 클래스 Highcharts.Mvc.LegendConfigurator

상속: Highcharts.Mvc.JsonConfigurator
파일 보기 프로젝트 열기: goenning/highcharts-mvc

공개 메소드들

메소드 설명
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