Enumerations
The following enumerations are available globally.
-
Identifiers for different axes presented by the chart.
These are provided as a convenient way to reference axes by their position and orientation.
The type of axis will vary depending on the type of chart presented. As an example, for scatter, bubble, and bar charts the
See morex
axis is a numeric axis; but for all other chart types thex
axis is the category axis.Declaration
Swift
public enum ChartAxisId : String
-
Defines the policy used to determine which labels are presented along the horizontal category axis.
See moreDeclaration
Swift
public enum ChartCategoryAxisLabelLayoutStyle : CustomStringConvertible
-
X Axis Labels Position
See moreDeclaration
Swift
public enum XAxisLabelsPosition : String
-
Enum for available selection modes.
See moreDeclaration
Swift
public enum ChartSelectionMode : String
-
Available chart types. Use this enum to define chart type to present.
See moreDeclaration
Swift
public enum ChartType : String
-
test data for all types of ChartView
See moreDeclaration
Swift
public enum Tests