Xceed Toolkit Plus for WPF v4.6 Documentation
IsCovered Property (PrimitiveInfoBase)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > PrimitiveInfoBase Class : IsCovered Property
Gets or sets whether the primitive is "covered."
Syntax
'Declaration
 
Public Property IsCovered As Boolean
'Usage
 
Dim instance As PrimitiveInfoBase
Dim value As Boolean
 
instance.IsCovered = value
 
value = instance.IsCovered
public bool IsCovered {get; set;}

Property Value

true if another chart primitive is highlighted, which results in this chart primitive consequently being "shaded"; false if no other chart primitive is highlighted, and as a result there is no need to make this chart primitive "shaded.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrimitiveInfoBase Class
PrimitiveInfoBase Members