
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;
Parameters
color
The color value.