Share via


ChartAxis.StripLines Property

Gets the strip lines for the axis.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property StripLines As ChartStripLineCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
A ChartStripLineCollection object.

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace