ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / ChartType Property

In This Topic
    ChartType Property (FlexChart)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexRadar.ChartType", "Gets or sets chart type.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ChartType As ChartType
    [C1Description("FlexRadar.ChartType", "Gets or sets chart type.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ChartType ChartType {get; set;}
    See Also