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

In This Topic
    HistogramAppearance Property (ChartOptions)
    In This Topic
    Gets or sets the histogram appearance.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HistogramAppearance As HistogramAppearance
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public HistogramAppearance HistogramAppearance {get; set;}
    See Also