Gets or sets the smallest value displayed on this axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> MinValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinValue As Nullable(Of Double) |
See Also