ActiveReports 18 .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
    Indicates if 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;}
    See Also