Gets or sets the numeric value of the first label at the axis.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double LabelOrigin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelOrigin As Double |
A double value. Default value is double.NaN.
RemarksThe LabelOrigin property lets you set the first label at the axis, which might be different from the Origin of the axis e.g. you can have an axis from 0 to 100, but the first label might be 5 (LabelOrigin = 5.0).
See Also