[]
Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting chart contents.
public interface ILabelFormatter
Public Interface ILabelFormatter
| Name | Description |
|---|---|
| FormatString | Gets the formatted string. |
| Name | Description |
|---|---|
| Format(object) | Formats the specified object as a string. |
| Name | Description |
|---|---|
| Changed | Occurs when the setting of the formatter is changed. |