<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapPage Class / ScrollPoints Property

In This Topic
    ScrollPoints Property (C1OlapPage)
    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