共用方式為


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 命名空間