Knowledgebase
Creating a Chart with Center Axis
Posted by Andrew BT on 07 February 2019 03:43 PM
|
|
SciChart supports placing Axes in the center of the Chart. To configure a chart to show Axes in the center, it is required to set the AxisBase.IsCenterAxis property to True and then position Axes inside the Chart. In our examples, we use a custom behavior to set the final position for Axes. This is demonstrated in the Example Modify Axis Behaviour -> Central XAxis and YAxis from SciChart Examples Suite: The source code of the example can be found online at this link. Further ReadingFor further information, please see our documentation articles on the Axis API: | |
|