Gets or sets a value that indicates whether the axis includes zero point.
Namespace:
PerpetuumSoft.Charts
Assembly:
PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public bool StartFromZero { get; set; } |
Visual Basic (Declaration) |
---|
Public Property StartFromZero As Boolean |
Visual C++ |
---|
public:
property bool StartFromZero {
bool get ();
void set (bool value);
} |
See Also