ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChartBase Class / SmoothingMode Property

In This Topic
    SmoothingMode Property (FlexChartBase)
    In This Topic
    Gets or sets chart smoothing mode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("FlexChartBase.SmoothingMode", "Gets or sets chart smoothing mode.")>
    Public Property SmoothingMode As ChartSmoothingMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("FlexChartBase.SmoothingMode", "Gets or sets chart smoothing mode.")]
    public ChartSmoothingMode SmoothingMode {get; set;}
    See Also