ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / CylindricShape3D Class / Style Property


In This Topic
    Style Property (CylindricShape3D)
    In This Topic
    Gets or sets the plot style.
    Syntax
    'Declaration
     
    
    Public Overridable Property Style As PlotStyle
    'Usage
     
    
    Dim instance As CylindricShape3D
    Dim value As PlotStyle
     
    instance.Style = value
     
    value = instance.Style
    public virtual PlotStyle Style {get; set;}
    See Also