ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPoint Class / ShowBeginEndMarkersOnly Property

In This Topic
    ShowBeginEndMarkersOnly Property
    In This Topic
    Specify whether the first and last markers for the data point are displayed. Otherwise, all markers are displayed.
    Syntax
    'Declaration
     
    Public Property ShowBeginEndMarkersOnly As Boolean
    public bool ShowBeginEndMarkersOnly {get; set;}
    See Also