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

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