CTLineChartDataProtocol

public protocol CTLineChartDataProtocol : CTLineBarChartDataProtocol

A protocol to extend functionality of CTLineBarChartDataProtocol specifically for Line Charts.

  • A type representing opaque View

    Declaration

    Swift

    associatedtype Points : View
  • A type representing opaque View

    Declaration

    Swift

    associatedtype Access : View
  • Displays Shapes over the data points.

    Declaration

    Swift

    func getPointMarker() -> Points

    Return Value

    Relevent view containing point markers based the chosen parameters.

  • Ensures that line charts have an accessibility layer.

    Declaration

    Swift

    func getAccessibility() -> Access

    Return Value

    A view with invisible rectangles over the data point.