
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPointMarkerPaletteProvider
@protocol ISCIPointMarkerPaletteProvider <ISCIPaletteProvider>
Defines the interface to a point marker PaletteProvide
which allows to override color provided by ISCIRenderableSeries.pointMarker
value.
-
Gets the point marker colors provided by this palette provider.
Declaration
Objective-C
@property (nonatomic, readonly) SCIUnsignedIntegerValues *_Nonnull pointMarkerColors;