ChartStripLines 屬性
Custom strip lines for the axis.
命名空間: 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< (Of < ( <'ChartStripLine> ) > ) >
An [T:System.Collections.Generic.IList<ChartStripLine>] object.