Gets or sets a maximum value along this axis.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public SmartValue MaxValue { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaxValue As SmartValue |
| Visual C++ |
|---|
public: property SmartValue MaxValue { SmartValue get (); void set (SmartValue value); } |