FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartSeriesHistogram Class / DisplayType Property

In This Topic
    DisplayType Property (ChartSeriesHistogram)
    In This Topic
    Gets or sets the method used to display the frequency data.
    Syntax
    'Declaration
     
    Public Property DisplayType As ChartHistogramDisplayType
    public ChartHistogramDisplayType DisplayType {get; set;}
    Remarks
    Frequency data can be displayed in a different manner on a per series basis, making it possible to mix display types in a single chart group.
    See Also