YAxisLabelType

public enum YAxisLabelType

Option to choose between auto generated, numeric labels or custum array of strings.

Custom is set from ChartData -> yAxisLabels

case numeric // Auto generated, numeric labels.
case custom // Custom labels array -- `ChartData -> yAxisLabels`
  • Auto generated, numeric labels.

    Declaration

    Swift

    case numeric
  • Custom labels array

    Declaration

    Swift

    case custom