Share via


ChartStripLineInstance.StripWidth Property

Gets the calculated value of the StripWidth property in a ChartStripLine class.

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

Syntax

'Declaration
Public ReadOnly Property StripWidth As Double 
    Get
'Usage
Dim instance As ChartStripLineInstance 
Dim value As Double 

value = instance.StripWidth
public double StripWidth { get; }
public:
property double StripWidth {
    double get ();
}
member StripWidth : float
function get StripWidth () : double

Property Value

Type: System.Double
A double value that represents the calculated value of the StripWidth property.

See Also

Reference

ChartStripLineInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace