Version

GridlinesAppearance Class

An Appearance object describing the style for Axis Gridlines (major and minor).
Syntax
'Declaration
 
Public Class GridlinesAppearance 
   Inherits AppearanceHelper
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

Gridlines come in two types: major and minor. They appear alternating in two-dimensional chart grids by default, based on the major and minor tickmark intervals. Developers should design the style of minor gridlines to be more subtle than that applied to major gridlines, if minor gridlines are used at all. Each AxisAppearance is associated with a pair of GridlinesAppearance objects.

Gridlines automatically scroll and scale in conjunction with the current scrollbar position, and usually have a fixed correspondence to axis labels, if labels appear. Labels may not always correspond to gridlines if custom keywords are used and some tickmarks are therefore not labeled by a charting application's design.

Gridlines are always rendered perpendicular to their parent axis.

This appearance object only supports the customizability of 2-D Charts' gridlines.

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