Proprietà StripLines
Gets the strip lines for the axis.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property StripLines As ChartStripLineCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartStripLineCollection
A ChartStripLineCollection object.
Vedere anche