[]
Controls data highlighting.
[TypeConverter(typeof(DataHighlightConverter))]
[Browsable(true)]
public class DataHighlight
| 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. |