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