Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / ChartType Property


In This Topic
    ChartType Property (C1Chart3D)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    Public Property ChartType As Chart3DType
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As Chart3DType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public Chart3DType ChartType {get; set;}
    See Also