ChartAxis.StripLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the strip lines for the axis.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartStripLineCollection ^ StripLines { Microsoft::ReportingServices::OnDemandReportRendering::ChartStripLineCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection StripLines { get; }
member this.StripLines : Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
Public ReadOnly Property StripLines As ChartStripLineCollection
Property Value
A ChartStripLineCollection object.