[]
        
(Showing Draft Content)

C1.Win.C1Chart.DataHighlight

DataHighlight Class

Controls data highlighting.

Inheritance
DataHighlight
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(DataHighlightConverter))]
[Browsable(true)]
public class DataHighlight

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.