Axis.StripLines プロパティ

定義

軸のすべての StripLinesCollection オブジェクトを格納する StripLine コレクション オブジェクトを取得します。

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

プロパティ値

StripLinesCollection

軸のすべての StripLinesCollection オブジェクトを格納する StripLine コレクション オブジェクト。

属性

注釈

ストリップラインは、オブジェクト全体に四角形ストリップを描画するために使用され ChartArea 、常に領域全体に描画され <A href=""> ます。

これらのストリップラインは、グリッド線に関連付けられていません。

適用対象