Gets or sets a value indicating whether the values along this axis are scalar values (that is, numeric or date) which should be displayed on the chart in a continuous axis. Scalar cannot be true if the axis has more than one group, if it has a static group or a group with more than one group expression. The type of scalar (date, integer, float) is derived from the first non-null value found. All values are converted to that type. If any non-scalar value is present, the axis will revert to non-scalar. Treated as True if this is a ChartCategoryAxis and any ChartSeries plotted against this axis contains a ChartDataPoint with ChartDataPointValues.X defined.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Scalar { get; set; }
Visual Basic
Public Property Scalar As Boolean
	Get
	Set

See Also