Version

StripLineAppearance Class

An Appearance containing the style and presentation information for displaying strip lines on an Axis.
Syntax
'Declaration
 
Public Class StripLineAppearance 
   Inherits AppearanceHelper
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

Striplines are narrow rectangular bands or "stripes" that appear at a periodic interval behind graphic chart elements. Strip lines can be used on any 2-D axis where grouping occurs, such as the X-axis of a column chart or the Y-axis of a bar or Gantt chart.

Developers can activate striplines on a single axis by retrieving the appropriate AxisAppearance object and setting the StripLines Visible property to True. The effect of turning on striplines for multiple axes is undefined.

Strip lines will be orthogonal to their parent axis, and appear behind every Nth data element as specified by the Interval 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