menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartSeriesStylesHost - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved