Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / Axis3D Class
Members


In This Topic
    Axis3D Class
    In This Topic
    Represents axis of 3D chart.
    Object Model
    Axis3D Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Axis3D 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As Axis3D
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Axis3D : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart3D.Axis3D

    See Also