'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.