Gets or sets the format of the axes labels.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public string LabelFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelFormat As String |
One of the standrad .net numeric format strings. Default value is "F2".
RemarksYou can read more about the standard .net numeric format strings here.
See Also