Version

PE Property (ChartGridAppearance)

PaintElement used for filling the chart grid area.
Syntax
'Declaration
 
Public Overridable Property PE As PaintElement
public virtual PaintElement PE {get; set;}
Remarks

In charts with both X and Y axes, the square area adjacent to where these axes meet is known as the "chart grid." In both composite and non-composite charts, a PaintElement object is provided to customize the appearance of this area. For non-composite charts, use the Axis.PE property. For composite charts, use the chartArea.GridPE property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also