Axis.StripLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a StripLinesCollection collection object.
public:
property System::Windows::Forms::DataVisualization::Charting::StripLinesCollection ^ StripLines { System::Windows::Forms::DataVisualization::Charting::StripLinesCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.StripLinesCollection StripLines { get; }
[<System.ComponentModel.Bindable(true)>]
member this.StripLines : System.Windows.Forms.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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.