Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / Foreground Property


In This Topic
    Foreground Property (Axis3D)
    In This Topic
    Gets or set the foreground color of the axis.
    Syntax
    'Declaration
     
    
    Public Property Foreground As Brush
    'Usage
     
    
    Dim instance As Axis3D
    Dim value As Brush
     
    instance.Foreground = value
     
    value = instance.Foreground
    public Brush Foreground {get; set;}
    See Also