Class PivotChartAreaStyles
Implements the functionality of PivotChart area's interior styling customization.
Inheritance
Inherited Members
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 |
---|
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 |
---|
BrushInfo |
BorderAppearance
Gets or sets the border appearance style of Chart.
Declaration
public ChartBorderInfo BorderAppearance { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
---|
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 |
---|
System.Drawing.Image |