The DataHighlight type exposes the following members.

Constructors

  Name Description
Public method DataHighlight

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ShouldSerializeFillStyle
Public method ShouldSerializeLineStyle
Public method ShouldSerializeSymbolStyle
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Activation
Gets or sets the highlight activation method.
Public property Appearance
Gets or sets the highlight appearance. The appearance is a combination of visual attributes which will be applied to the highlighted data. The exact value of attributes is extracted from the corresponding DataHighlight object ( FillStyle, LineStyle, SymbolStyle).
Public property FillStyle
Gets or sets the highlight fill style.
Public property LineStyle
Gets or sets the highlight line style.
Public property PlotElement
Gets or sets the plot element which will be used in highlighting.
Public property PointIndex
Gets or sets the index of highlighted data point.
Public property SeriesIndex
Gets or sets the index of highlighted data series.
Public property SymbolStyle
Gets or sets the highlight symbol style.

See Also