MindFusion.Wpf Pack Programmer's Guide
Axis.LabelOrigin Property
See Also
 





Gets or sets the numeric value of the first label at the axis.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public double LabelOrigin { get; set; }

Visual Basic  Copy Code

Public Property LabelOrigin As Double

 Property Value

A double value. Default value is double.NaN.

 Remarks

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).

 See Also

Axis Members
Axis Class
MindFusion.RealTimeCharting.Wpf Namespace