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



In This Topic
    PlotArea Class
    In This Topic
    Represents plot area in FlexChart.
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class PlotArea 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As PlotArea
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class PlotArea : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class PlotArea : public System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.PlotArea

    See Also