Partilhar via


Propriedade ChartStripLines

Custom strip lines for the axis.

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

Sintaxe

'Declaração
Public Property ChartStripLines As IList(Of ChartStripLine)
    Get
    Set
'Uso
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>)

Valor da propriedade

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