Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeBoxPlotProps Class / ShowMedian Property

In This Topic
    ShowMedian Property
    In This Topic
    Gets or sets a value that indicates whether to display the median value for the Box chart. Default: true.
    Syntax
    'Declaration
     
    Public Property ShowMedian As RdlBool
    public RdlBool ShowMedian {get; set;}
    See Also