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


In This Topic
    ChartView Class
    In This Topic
    Represents class view object that contains all visual plot elements: axes, visualized data.
    Object Model
    ChartView Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Axes")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ChartView 
       Inherits System.Windows.FrameworkContentElement
    'Usage
     
    
    Dim instance As ChartView
    [ContentProperty("Axes")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ChartView : System.Windows.FrameworkContentElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.ContentElement
                System.Windows.FrameworkContentElement
                   C1.WPF.C1Chart.ChartView

    See Also