ILabelProvider Interface Members
The following tables list the members exposed by ILabelProvider.
Public Methods
| Name | Description | |
|---|---|---|
![]() | CreateDataContext | Creates a ITickLabelViewModel instance, based on the data-value passed in. Invokes FormatLabel to format the specified data-value passed in. |
![]() | FormatCursorLabel | Formats a label for the cursor, from the specified data-value passed in |
![]() | FormatLabel | Formats a label for the axis from the specified data-value passed in |
![]() | Init | Called when the label formatted is initialized as it is attached to the parent axis, with the parent axis instance |
![]() | OnBeginAxisDraw | Called at the start of an axis render pass, before any labels are formatted for the current draw operation |
![]() | UpdateDataContext | Updates existing ITickLabelViewModel, based on the data-value passed in. Invokes FormatLabel to format the specified data-value passed in. |
See Also
