'Declaration Public Class StripLineAppearance Inherits AppearanceHelper Implements Infragistics.UltraChart.Resources.IProvideChartComponent
public class StripLineAppearance : AppearanceHelper, Infragistics.UltraChart.Resources.IProvideChartComponent
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.
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