Gets or sets minimum value within which grid lines are painted.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public SmartValue MinLimit { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MinLimit As SmartValue |
| Visual C++ |
|---|
public: property SmartValue MinLimit { SmartValue get (); void set (SmartValue value); } |