Defaults

public enum Defaults

Default values for Range style.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Default fill ColorByZoom of the range.

    Declaration

    Swift

    public static let fillColors: ColorByZoom
  • Default ColorByZoom of the range’s line.

    Declaration

    Swift

    public static let lineColors: ColorByZoom
  • Default widths, in points unit, of the range’s line.

    Declaration

    Swift

    public static let lineWidths: WidthByZoom
  • Default ColorByZoom of the range’s outline.

    Declaration

    Swift

    public static let outlineColors: ColorByZoom
  • Default width, in points unit, of the range’s outline.

    Declaration

    Swift

    public static let outlineWidths: WidthByZoom