Interface IChartSeriesStylesHost
This interface is implemented by classes that host series specific style information.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IChartSeriesStylesHost
Properties
BackColor
Gets the back color hint from the host.
Declaration
Color BackColor { get; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
GetStylesMap()
A ChartBaseStylesMap acts as a repository that is used to hold information on registered base styles. This information forms the core that is needed to apply base style information to styles.
Declaration
ChartBaseStylesMap GetStylesMap()
Returns
| Type |
|---|
| ChartBaseStylesMap |