Click or drag to resize
NChartPointHighlightColor Property
Highlight color. Some points can be highlighted by color for example in column pie or bubble (where the points are individual objects). In series like line and area the color highlight can be applied to the markers so for these series this property has effect only if the marker is set.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public Color HighlightColor { get; set; }

Property Value

Type: Color
See Also