Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / TitleProperty Field


In This Topic
    TitleProperty Field (Axis3D)
    In This Topic
    Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly TitleProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = Axis3D.TitleProperty
    public static readonly DependencyProperty TitleProperty
    See Also