iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

ISCIPathColor

@protocol ISCIPathColor <ISCIDisposable>

A base interface for ISCIPen2D and ISCIBrush2D. Used by ISCIRenderContext2D to draw fills and lines.

See

ISCIPen2D.
  • Gets the color code of this path color instance.

    Note

    Used internally by the renderer, gets the integer color-code that represents the Pen color.

    Declaration

    Objective-C

    @property (nonatomic, readonly) unsigned int colorCode;

    Swift

    var colorCode: UInt32 { get }
  • Gets a value indicating whether this ISCIPathColor instance is transparent.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isTransparent;

    Swift

    var isTransparent: Bool { get }