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; }
Public Property HighlightColor As Color
Get
Set
public:
virtual property Color^ HighlightColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorSee Also