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


In This Topic
    PlotAreaColumnDefinition Class
    In This Topic
    Defines column-specific properties for plot area.
    Object Model
    PlotAreaColumnDefinition Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class PlotAreaColumnDefinition 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As PlotAreaColumnDefinition
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class PlotAreaColumnDefinition : System.Windows.DependencyObject 
    Inheritance Hierarchy

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

    See Also