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

In This Topic
    Mean Property
    In This Topic
    Gets or sets the mean value for the data point. Optional in series with Type = Range with SubType = BoxPlot.
    Syntax
    'Declaration
     
    Public Property Mean As RdlFloat
    public RdlFloat Mean {get; set;}
    See Also