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

In This Topic
    Marker Property (DataPoint)
    In This Topic
    Gets or sets the marker properties.
    Syntax
    'Declaration
     
    Public Property Marker As Marker
    public Marker Marker {get; set;}

    Property Value

    A Marker object containing the marker properties.
    Remarks
    Markers do not apply to data points of pie, doughnut, or stacked chart types.
    See Also