ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Histogram Class / HistogramAppearance Property

In This Topic
    HistogramAppearance Property (Histogram)
    In This Topic
    Gets or sets the Appearance Type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Histogram.HistogramAppearance", "Gets or sets the Appearance Type.")>
    Public Property HistogramAppearance As HistogramAppearance
    [C1Description("Histogram.HistogramAppearance", "Gets or sets the Appearance Type.")]
    public HistogramAppearance HistogramAppearance {get; set;}
    See Also