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





Gets or sets the format of the axes labels.

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

 Syntax

C#  Copy Code

public string LabelFormat { get; set; }

Visual Basic  Copy Code

Public Property LabelFormat As String

 Property Value

One of the standrad .net numeric format strings. Default value is "F2".

 Remarks

You can read more about the standard .net numeric format strings here.

 See Also

Axis Members
Axis Class
MindFusion.RealTimeCharting.Wpf Namespace