WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartAreaStyles - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartAreaStyles

    Implements the functionality of PivotChart area's interior styling customization.

    Inheritance
    System.Object
    PivotChartAreaStyles
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class PivotChartAreaStyles

    Constructors

    PivotChartAreaStyles(ChartControl, Panel)

    Initializes a new instance of the PivotChartAreaStyles class.

    Declaration
    public PivotChartAreaStyles(ChartControl chartControl, Panel chartPanel)
    Parameters
    Type Name Description
    ChartControl chartControl

    The ChartControl.

    System.Windows.Forms.Panel chartPanel

    The panel to hold the chart control.

    Properties

    BackImage

    Gets or sets the background image displayed in the control.

    Declaration
    public Image BackImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    BackInterior

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

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

    BorderAppearance

    Gets or sets the border appearance style of Chart.

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

    BorderColor

    Gets or sets the border color of the chart area.

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

    Default value is SystemColors.ControlText.

    BorderStyle

    Gets or sets the style of the border that is to be rendered around the ChartArea. Default is None.

    Declaration
    public BorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.BorderStyle

    BorderWidth

    Gets or sets the border width of the ChartArea. Default is 1.

    Declaration
    public int BorderWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    ChartInterior

    Gets or sets the interior of axis grid.

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

    The chart interior.

    Font

    Gets or sets the font.

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

    The font.

    ForeColor

    Gets or sets the fore color.

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

    The color of the fore.

    InteriorBackImage

    Gets or sets the interior back image displayed in the control.

    Declaration
    public Image InteriorBackImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved