Called when the PaletteProvider instance is detached from a RenderableSeries.
Called by SciChart and may be used to override the color of filled polygon in various chart types.
the current XValue
the current YValue
the current index to the data
the current opacity
the point metadata
an ARGB color code, e.g. 0xFFFF0000 would be red, or 'undefined' for default colouring
Called by SciChart and may be used to override the color of a line segment or stroke outline in various chart types.
the current XValue
the current YValue
the current index to the data
the current opacity
the point metadata
an ARGB color code, e.g. 0xFFFF0000 would be red, or 'undefined' for default colouring
Generated using TypeDoc
Called when the PaletteProvider instance is attached to a RenderableSeries. Use this to be notified when attached and keep a reference to the parent series