ChartStripLineInstance.StripWidthType Property
Gets the calculated value of the StripWidthType property in a ChartStripLine class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StripWidthType As ChartIntervalType
Get
'Usage
Dim instance As ChartStripLineInstance
Dim value As ChartIntervalType
value = instance.StripWidthType
public ChartIntervalType StripWidthType { get; }
public:
property ChartIntervalType StripWidthType {
ChartIntervalType get ();
}
member StripWidthType : ChartIntervalType
function get StripWidthType () : ChartIntervalType
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType value that represents the calculated value of the StripWidthType property.