ChartAxis.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<ChartStripLine>
An [T:System.Collections.Generic.IList<ChartStripLine>] object.