FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPage Class / ScrollPoints Property

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