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