Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

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

See Also