ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.HistogramOptions Class / DisplayType Property

In This Topic
    DisplayType Property
    In This Topic
    Gets or sets the method used to display the frequency data.
    Syntax
    'Declaration
     
    Public Property DisplayType As Chart.DisplayTypeEnum
    public Chart.DisplayTypeEnum 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