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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property Size As Length
C# 
public Length Size {get; set;}

Property Value

A GrapeCity.ActiveReports.Extensibility.Definition.Components.Length structure containing the height and width of the plotting area of the markers.

See Also