Version

ChartGridAppearance Class

A base class containing the shared feature set for any Chart grid associated with AxisAppearance objects that represent one or more axes (X-, Y-, Z-, second X-, and second Y-Axis.)
Syntax
'Declaration
 
Public Class ChartGridAppearance 
   Inherits ChartTypeAppearance
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

This class contains the shared AxisAppearance objects for charts that are represented on a grid of multiple axes (anywhere from Cartesian plane to sophisticated multi-dimensional charting).

In general, only hybrid charts make use of the X2- and Y2-Axes, although they can be implemented to add additional scaling features to a chart (for instance, imagine a Y2-Axis that can scale bubble size on a BubbleChart).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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