Axis.StripLines Property

Definition

Gets a StripLinesCollection collection object, which stores all StripLine objects for an axis.

public:
 property System::Web::UI::DataVisualization::Charting::StripLinesCollection ^ StripLines { System::Web::UI::DataVisualization::Charting::StripLinesCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.StripLinesCollection StripLines { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.StripLines : System.Web.UI.DataVisualization.Charting.StripLinesCollection
Public ReadOnly Property StripLines As StripLinesCollection

Property Value

A StripLinesCollection collection object, which stores all StripLine objects for an axis.

Attributes

Remarks

Strip lines are used to draw rectangular strips across a ChartArea object, and are always drawn across the entire <A href="">area.

These strip lines are not related to the grid lines.

Applies to