Freigeben über


ChartStripLines-Eigenschaft

Custom strip lines for the axis.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartStripLines As IList(Of ChartStripLine)
    Get
    Set
'Usage
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>)

Eigenschaftswert

Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartStripLine> ) > ) >
An [T:System.Collections.Generic.IList<ChartStripLine>] object.