Nevron .NET Vision
Nevron.Chart.Wpf Namespace / NChartControl Class
Members


In This Topic
    NChartControl Class
    In This Topic
    The NChartControl class represents Nevron Chart for .NET used in Wpf.
    Object Model
    NChartControl Class
    Syntax
    'Declaration
     
    
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Chart.Wpf.NChartControl, "NChartControl.bmp")>
    <System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <System.Windows.Markup.XmlLangPropertyAttribute("Language")>
    <System.Windows.Markup.UsableDuringInitializationAttribute(True)>
    <System.Windows.Markup.RuntimeNamePropertyAttribute("Name")>
    <System.Windows.Markup.UidPropertyAttribute("Uid")>
    <System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class NChartControl 
       Inherits System.Windows.FrameworkElement
       Implements Nevron.Chart.INChartControl, Nevron.Serialization.INControl 
    'Usage
     
    
    Dim instance As NChartControl
    [System.Drawing.ToolboxBitmap(Nevron.Chart.Wpf.NChartControl, "NChartControl.bmp")]
    [System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [System.Windows.Markup.XmlLangProperty("Language")]
    [System.Windows.Markup.UsableDuringInitialization(true)]
    [System.Windows.Markup.RuntimeNameProperty("Name")]
    [System.Windows.Markup.UidProperty("Uid")]
    [System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class NChartControl : System.Windows.FrameworkElement, Nevron.Chart.INChartControl, Nevron.Serialization.INControl  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      Nevron.Chart.Wpf.NChartControl

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also