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

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