HorizontalPlotModel

public protocol HorizontalPlotModel : PlotModel

Undocumented

  • Type that converts a given type of musical element to AbstractHorizontalPosition.

    Declaration

    Swift

    associatedtype HorizontalAxis : Axis
  • Determines the way that information is mapped onto the horizontal axis.

    Declaration

    Swift

    var horizontalAxis: HorizontalAxis { get }