Gets or sets the format of the axes labels.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
C#
![]() |
---|
public string LabelFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelFormat As String |
One of the standrad .net numeric format strings. Default value is "F2".
You can read more about the standard .net numeric format strings here.