Axis.StripLines プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StripLinesCollection コレクション オブジェクトを取得します。
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
プロパティ値
軸のすべての StripLinesCollection オブジェクトを格納する StripLine コレクション オブジェクト。
- 属性
注釈
ストリップ ラインは、オブジェクト全体に長方形のストリップをChartArea描画するために使用され、常に A href="">領域全体<に描画されます。
これらのストリップラインはグリッド線とは関係ありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET