
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
Axis Thickness - Setting axisThickness
The ISCIAxisCore.axisThickness
property is used to customize the thickness of the chart’s axes. The visual representation of charts can be enhanced by controlling the width or height of the axes, depending on their orientation.
The above code results in the following view.
NOTE: Every RenderableSeries (chart types e.g.
SCIFastLineRenderableSeries
,SCIFastCandlestickRenderableSeries
etc.), every Annotation and some Chart Modifiers (e.g.SCIPinchZoomModifier
,SCIZoomPanModifier
) requires to be measured against particular axis (in other words - attached to it). You must specify the Axis ID for them via theISCIRenderableSeries.xAxisId
andISCIRenderableSeries.xAxisId
properties.However, If you have only a single X and Y Axis setting these ID properties isn’t required. This is required only for the multiple axis cases.