MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.LabelFormat Property
See Also
 






Gets or sets the format of the labels.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public string LabelFormat { get; set; }

Visual Basic  Copy Code

Public Property LabelFormat As String

 Property Value

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

 Remarks

The LabelFormat property is used when the labels are numbers.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace