IThemeProvider Interface
Defines the interface to a SciChart Theme, which provides theme colors for com.scichart.charting.visuals.SciChartSurface You may implement IThemeProvider yourself and pass it to ThemeManager to set the global theme for all com.scichart.charting.visuals.SciChartSurface views
Syntax
public interface IThemeProvider |
See Also