軸のカスタム ストリップ ラインを取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property ChartStripLines As IList(Of ChartStripLine)
Get
Set
'使用
Dim instance As ChartAxis
Dim value As IList(Of ChartStripLine)
value = instance.ChartStripLines
instance.ChartStripLines = value
public IList<ChartStripLine> ChartStripLines { get; set; }
public:
property IList<ChartStripLine^>^ ChartStripLines {
IList<ChartStripLine^>^ get ();
void set (IList<ChartStripLine^>^ value);
}
member ChartStripLines : IList<ChartStripLine> with get, set
function get ChartStripLines () : IList<ChartStripLine>
function set ChartStripLines (value : IList<ChartStripLine>)
プロパティ値
型: System.Collections.Generic.IList<ChartStripLine>
IList<T> オブジェクトです。