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

In This Topic
    ShowBeginEndMarkersOnly Property (DataPoint)
    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