The DataHighlight type exposes the following members.
          
            
Constructors
        
| Name | Description | |
|---|---|---|
| 
                 | 
              DataHighlight | 
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              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.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              NotifyChanges | |
| 
                 | 
              ShouldSerializeFillStyle | |
| 
                 | 
              ShouldSerializeLineStyle | |
| 
                 | 
              ShouldSerializeSymbolStyle | |
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Activation | 
                 
            Gets or sets the highlight activation method.
             
               | 
            
| 
                 | 
              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).
             
               | 
            
| 
                 | 
              FillStyle | 
                 
            Gets or sets the highlight fill style.
             
               | 
            
| 
                 | 
              LineStyle | 
                 
            Gets or sets the highlight line style.
             
               | 
            
| 
                 | 
              PlotElement | 
                 
            Gets or sets the plot element which will be used in highlighting.
             
               | 
            
| 
                 | 
              PointIndex | 
                 
            Gets or sets the index of highlighted data point.
             
               | 
            
| 
                 | 
              SeriesIndex | 
                 
            Gets or sets the index of highlighted data series.
             
               | 
            
| 
                 | 
              SymbolStyle | 
                 
            Gets or sets the highlight symbol style.
             
               |