Use the members of this enumeration to set the value of the Appearance property of the Interaction class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[FlagsAttribute]
public enum InteractionAppearance
Visual Basic
<FlagsAttribute> _
Public Enumeration InteractionAppearance

Members

Member nameValueDescription
Default0 Default appearance
FillSelectionArea1 PlotArea.BackColor2 is used as fill color, if it is empty the partially transparent color is selected.

See Also