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


In This Topic
    ChartType Property (C1Chart)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Appearance")>
    <TypeConverterAttribute(C1.WPF.C1Chart.ChartTypeConverter)>
    Public Property ChartType As ChartType
    'Usage
     
    
    Dim instance As C1Chart
    Dim value As ChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    [Category("Appearance")]
    [TypeConverter(C1.WPF.C1Chart.ChartTypeConverter)]
    public ChartType ChartType {get; set;}
    See Also