ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Marker Class / Size Property

In This Topic
    Size Property (Marker)
    In This Topic
    Gets or sets the height and width of the plotting area of the markers.
    Syntax
    'Declaration
     
    Public Property Size As Length
    public Length Size {get; set;}

    Property Value

    A Length structure containing the height and width of the plotting area of the markers.
    See Also