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