Legend Key (the color box near every legend entry) size
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int LegendKeySize { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LegendKeySize As Integer |
| Visual C++ |
|---|
public:
property int LegendKeySize {
int get ();
void set (int value);
} |
See Also