ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RangedHistogram Class
Members



In This Topic
    RangedHistogram Class
    In This Topic
    Represents a histogram.
    Object Model
    RangedHistogram ClassC1FlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class RangedHistogram 
       Inherits Series
       Implements C1.Chart.IDistributionSeries, C1.Chart.IRangedHistogramSeries 
    'Usage
     
    
    Dim instance As RangedHistogram
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class RangedHistogram : Series, C1.Chart.IDistributionSeries, C1.Chart.IRangedHistogramSeries  
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class RangedHistogram : public Series, C1.Chart.IDistributionSeries, C1.Chart.IRangedHistogramSeries  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Series
                C1.WPF.Chart.RangedHistogram

    See Also