ChartSeriesSelectionMode Enum
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public enum ChartSeriesSelectionMode
Members
Name |
---|
AllArgumentPoints
|
AllSeriesPoints
|
ExcludePoints
|
IncludePoints
|
None
|
OnlyPoint
|
See Also