ChartAxis.Scalar Property
Gets a Boolean value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Scalar As Boolean
Get
'Usage
Dim instance As ChartAxis
Dim value As Boolean
value = instance.Scalar
public bool Scalar { get; }
public:
property bool Scalar {
bool get ();
}
member Scalar : bool
function get Scalar () : boolean
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace