ASP.NET Pack Programmer's Guide
Axis.CustomFormat Property
See Also
 





Gets or sets a custom format provider to use when formatting coordinate labels.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public IFormatProvider CustomFormat { get; set; }

Visual Basic  Copy Code

Public Property CustomFormat As IFormatProvider

 Property Value

 Remarks

The custom formatter is expected to implement IFormatProvider.GetFormat and ICustomFormatter.Format methods.

 See Also

Axis Members
Axis Class
MindFusion.Charting Namespace