ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BarColumnOptions Class
Members


In This Topic
    BarColumnOptions Class
    In This Topic
    Bar/column chart options.
    Object Model
    BarColumnOptions Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class BarColumnOptions 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As BarColumnOptions
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class BarColumnOptions : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.BarColumnOptions

    See Also