Gets or sets the numeric value of the first label at the axis.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
C#
![]() |
---|
public double LabelOrigin { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelOrigin As Double |
A double value. Default value is double.NaN.
The 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).