Interface | Description |
---|---|
IThemeable |
Classes which implement
IThemeable interface can apply theme provided by IThemeProvider instance |
IThemeProvider |
Defines the interface to a SciChart Theme, which provides theme colors for
SciChartSurface
You may implement IThemeProvider yourself and pass it to ThemeManager to set the global theme for all SciChartSurface views |
Class | Description |
---|---|
ThemeColorProvider |
Defines a SciChart Theme color provider, which provides theme colors for
SciChartSurface |
ThemeManager |
Provides API for automatic theme management for
SciChartSurface instances |