Search
Axis.CustomFormat Property
See Also
 






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

Namespace: MindFusion.Charting
Assembly: 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