ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartDataPoint Interface / ShowBeginEndMarkersOnly Property

In This Topic
    ShowBeginEndMarkersOnly Property (IChartDataPoint)
    In This Topic
    Gets a value indicating whether only the first and last markers are shown for the data point; otherwise, all markers are shown.
    Syntax
    'Declaration
     
    ReadOnly Property ShowBeginEndMarkersOnly As Boolean
    bool ShowBeginEndMarkersOnly {get;}

    Property Value

    A System.Boolean value. true if only the first and last markers are shown; otherwise, false.
    See Also