ActiveReports 9
Scalar Property (Axis)

Gets or sets a value indicating whether the values along the axis are scalar values (i.e. numeric or date) which are displayed on the chart in a continuous flow with missing numbers or dates filled in.

Syntax
'Declaration
 
Public Property Scalar As System.Boolean
public System.bool Scalar {get; set;}

Property Value

A Boolean value where true indicates that the values along the axis are scalar (i.e numeric or date) values; otherwise false. The default value is false.

Remarks
Scalar cannot be true if the axis has more than one grouping, if the grouping is static or has more than one group expression, or if the axis values have labels.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Axis Class
Axis Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum