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