[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Marker

Marker Class

The Marker element defines a marker for displayed chart values.

Inheritance
Marker
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Marker : IValidateable

Constructors

Name Description
Marker()

Initializes a new instance of the Marker class.

Properties

Name Description
Size

Gets or sets the height and width of the plotting area of the markers.

Style

Gets or sets the border and background style properties for the markers.

Type

Gets or sets the marker type for values.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the Marker object.

Extension Methods