ActiveReports 6 Online Help
LabelFormat Property

Gets or sets the format used to output the values of the labels.
Syntax
'Declaration
 
Public Property LabelFormat As String
public string LabelFormat {get; set;}
Remarks
The ActiveReports chart control uses standard Visual Studio .NET formatting syntax. The format is {Tag : Format}. For example, {Value:C} formats the text as currency. {Value:D} formats the text as a date.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AxisBase Class
AxisBase Members

Send Feedback