Knowledgebase
Axis Text Formatting, Cursor Text Formatting
Posted by Admin - on 07 February 2019 10:53 AM
|
|
Formatting Axis and Cursor LabelsText formatting in SciChart utilizes .NET formatting mechanism and thus expects a valid format string to be provided. To learn more about .NET format strings, please refer to this MSDN article. SciChart provides several methods of formatting axis text labels. The most simple of which is to assign a format string to the TextFormatting or CursorTextFormatting property. Please see our documentation Axis Labels - TextFormatting and CursorTextFormatting for more detailed explanation and examples. For more advanced scenarios, there is LabelProvider API that allows to fully customize axis labels. Finally, there are a few examples in SciChart Examples Suite that demo axis labels formatting capabilities: | |
|