ActiveReports Developer 7
Marker Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPoint Class : Marker Property

Glossary Item Box

Gets or sets the marker properties.

Syntax

Visual Basic (Declaration) 
Public Property Marker As Marker
C# 
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