CTChartStyle
public protocol CTChartStyle
Protocol to set the styling data for the chart.
-
Placement of the information box that appears on touch input.
Declaration
Swift
var infoBoxPlacement: InfoBoxPlacement { get set } -
Placement of the information box that appears on touch input.
Declaration
Swift
var infoBoxContentAlignment: InfoBoxAlignment { get set } -
Font for the value part of the touch info.
Declaration
Swift
var infoBoxValueFont: Font { get set } -
Colour of the value part of the touch info.
Declaration
Swift
var infoBoxValueColour: Color { get set } -
Font for the description part of the touch info.
Declaration
Swift
var infoBoxDescriptionFont: Font { get set } -
Colour of the description part of the touch info.
Declaration
Swift
var infoBoxDescriptionColour: Color { get set } -
Colour of the background of the touch info.
Declaration
Swift
var infoBoxBackgroundColour: Color { get set } -
Border colour of the touch info.
Declaration
Swift
var infoBoxBorderColour: Color { get set } -
Border style of the touch info.
Declaration
Swift
var infoBoxBorderStyle: StrokeStyle { get set } -
Global control of animations.
Animation.linear(duration: 1)Declaration
Swift
var globalAnimation: Animation { get set }