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





Gets or sets the format of the labels. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public string LabelFormat { get; set; }

Visual Basic  Copy Code

Public Property LabelFormat As String

 Property Value

A string value. The default is "F2".

 Remarks

The property accepts as values any standard .NET formatting strings for numbers (C, D, E, F, G, N, P, R or X). If the ValueFormat is ValueFormat.DateTime, the LabelFormat should be a valid DateTime format string (d, D, f, F, g, G, M, m etc.).

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Reporting.Wpf Namespace