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

In This Topic
    HistogramShowPercentOnSecondaryYAxis Property
    In This Topic
    If ShowColumnAs is Histogram then this property indicates the percent frequency should be displayed using the secondary Y axis. Default: True.
    Syntax
    'Declaration
     
    Public Property HistogramShowPercentOnSecondaryYAxis As RdlBool
    public RdlBool HistogramShowPercentOnSecondaryYAxis {get; set;}
    See Also