SciChart.Charting Assembly : SciChart.Charting.Visuals.PaletteProviders Namespace
SciChart.Charting.Visuals.PaletteProviders Namespace
Interfaces
 InterfaceDescription
InterfaceDefines the interface to a PaletteProvider. By implementing this interface, you can override the fill brush on a SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries by setting or binding to the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.PaletteProvider property.
InterfaceDefines the interface to a PaletteProvider. By implementing this interface, you can override a cell color on a SciChart.Charting.Visuals.RenderableSeries.BaseHeatmapRenderableSeries by setting or binding to the BaseHeatmapRenderableSeries.PaletteProvider property.
Interface Defines the most common interface to a PaletteProvider.
InterfaceDefines the interface to a PaletteProvider. By implementing this interface, you can override the Fill and Stroke color of SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.PointMarker by setting or binding to the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.PaletteProvider property.
InterfaceDefines the interface to a PaletteProvider. By implementing this interface, you can override the stroke color on a SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries by setting or binding to the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.PaletteProvider property.
Structures
 StructureDescription
StructureDefines the interface to represent color overrides for PointMarkers by IPointMarkerPaletteProvider.OverridePointMarker.
See Also