CTLineChartDataSet
public protocol CTLineChartDataSet : CTSingleDataSetProtocol
A protocol to extend functionality of SingleDataSet specifically for Line Charts.
-
A type representing colour styling
Declaration
Swift
associatedtype Styling : CTLineStyle -
Label to display in the legend.
Declaration
Swift
var legendTitle: String { get set } -
Sets the style for the Data Set (as opposed to Chart Data Style).
Declaration
Swift
var style: Styling { get set } -
Sets the look of the markers over the data points.
The markers are layed out when the ViewModifier
PointMarkersis applied.Declaration
Swift
var pointStyle: PointStyle { get set }