ScrollPoints Property (FlexPivotChart)
In This Topic
Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.
Syntax
'Declaration
Public Property ScrollPoints As Boolean
public bool ScrollPoints {get; set;}
See Also