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