Classes
The following classes are available globally.
-
Data for drawing and styling a standard Bar Chart.
See moreDeclaration
Swift
public final class BarChartData : CTBarChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data model for drawing and styling a Grouped Bar Chart.
The grouping data informs the model as to how the datapoints are linked.
See moreDeclaration
Swift
public final class GroupedBarChartData : CTMultiBarChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling a standard Bar Chart.
See moreDeclaration
Swift
public final class HorizontalBarChartData : CTHorizontalBarChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling a ranged Bar Chart.
See moreDeclaration
Swift
public final class RangedBarChartData : CTRangedBarChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data model for drawing and styling a Stacked Bar Chart.
The grouping data informs the model as to how the datapoints are linked.
See moreDeclaration
Swift
public final class StackedBarChartData : CTMultiBarChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling a single line, line chart.
This model contains the data and styling information for a single line, line chart.
See moreDeclaration
Swift
public final class LineChartData : CTLineChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling a multi line, line chart.
This model contains all the data and styling information for a single line, line chart.
See moreDeclaration
Swift
public final class MultiLineChartData : CTLineChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling ranged line chart.
This model contains the data and styling information for a ranged line chart.
See moreDeclaration
Swift
public final class RangedLineChartData : CTLineChartDataProtocol, GetDataProtocol, Publishable, PointOfInterestProtocol
-
Data for drawing and styling a doughnut chart.
This model contains the data and styling information for a doughnut chart.
See moreDeclaration
Swift
public final class DoughnutChartData : CTDoughnutChartDataProtocol, Publishable
-
Data for drawing and styling a pie chart.
This model contains the data and styling information for a pie chart.
See moreDeclaration
Swift
public final class PieChartData : CTPieChartDataProtocol, Publishable