Gets a number of the legend items.
Namespace:
PerpetuumSoft.Charts
Assembly:
PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public int ItemCount { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ItemCount As Integer |
| Visual C++ |
|---|
public:
property int ItemCount {
int get ();
} |
See Also