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

ISCIImediateDrawContext

@protocol ISCIImediateDrawContext <ISCIDisposable>

Defines the interface to a Draw Context in 3D.

  • Sets the Vertex Color of the current vertex.

    Declaration

    Objective-C

    - (void)setVertexColor:(int)color;

    Swift

    func setVertexColor(_ color: Int32)

    Parameters

    color

    The color value.