ChartAxis.StripLines 属性

Gets the strip lines for the axis.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property StripLines As ChartStripLineCollection 
    Get
用法
Dim instance As ChartAxis 
Dim value As ChartStripLineCollection 

value = instance.StripLines
public ChartStripLineCollection StripLines { get; }
public:
property ChartStripLineCollection^ StripLines {
    ChartStripLineCollection^ get ();
}
member StripLines : ChartStripLineCollection
function get StripLines () : ChartStripLineCollection

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
A ChartStripLineCollection object.

请参阅

参考

ChartAxis 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间