WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartAreaHost - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IChartAreaHost

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public interface IChartAreaHost

    Properties

    BackInterior

    Gets or sets the color with which the ChartArea is to be filled initially before any rendering takes place.

    Declaration
    BrushInfo BackInterior { get; set; }
    Property Value
    Type Description
    BrushInfo

    BorderAppearance

    Gets or sets the border appearance style of Chart.

    Declaration
    ChartBorderInfo BorderAppearance { get; set; }
    Property Value
    Type Description
    ChartBorderInfo

    ChartInterior

    Gets or sets the interior of axis grid.

    Declaration
    BrushInfo ChartInterior { get; set; }
    Property Value
    Type Description
    BrushInfo

    The chart interior.

    DropSeriesPoints

    Gets or sets a value indicating whether [drop series points].

    Declaration
    bool DropSeriesPoints { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [drop series points]; otherwise, false.

    Font

    Gets or sets the font.

    Declaration
    Font Font { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    The font.

    ForeColor

    Gets or sets the color of the fore.

    Declaration
    Color ForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The color of the fore.

    IsDesignTime

    Gets a value indicating whether it's design time.

    Declaration
    bool IsDesignTime { get; }
    Property Value
    Type Description
    System.Boolean

    true if it's design time; otherwise, false.

    NeedPerformance

    Gets or sets a value indicating whether [improve performance].

    Declaration
    bool NeedPerformance { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [improve performance]; otherwise, false.

    RealMode3D

    Gets or sets a value indicating whether is real 3D mode.

    Declaration
    bool RealMode3D { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is real 3D mode; otherwise, false.

    ShowLegend

    Gets or sets a value indicating whether legend is shown.

    Declaration
    bool ShowLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if legend is shown; otherwise, false.

    Methods

    Draw(Graphics, Size)

    Declaration
    void Draw(Graphics g, Size sz)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Size sz

    Draw(Image)

    Declaration
    void Draw(Image img)
    Parameters
    Type Name Description
    System.Drawing.Image img

    Draw(Image, Size)

    Declaration
    void Draw(Image img, Size sz)
    Parameters
    Type Name Description
    System.Drawing.Image img
    System.Drawing.Size sz

    Redraw(Boolean)

    Declaration
    void Redraw(bool update)
    Parameters
    Type Name Description
    System.Boolean update

    SaveImage(String)

    Saves the chart as an image in the specified format.

    Declaration
    void SaveImage(string filename)
    Parameters
    Type Name Description
    System.String filename

    Events

    ChartAreaPaint

    Declaration
    event PaintEventHandler ChartAreaPaint
    Event Type
    Type Description
    System.Windows.Forms.PaintEventHandler

    LayoutCompleted

    Event that will be raised when Chart has completed laying out of axes, legend

    Declaration
    event EventHandler LayoutCompleted
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved