Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointValues Class / Size Property

In This Topic
    Size Property (ChartDataPointValues)
    In This Topic
    Gets or sets the size value for the data point. Optional in series with Type = Scatter with Subtype = Bubble.
    Syntax
    'Declaration
     
    Public Property Size As RdlFloat
    public RdlFloat Size {get; set;}
    See Also