Static ngStatic ngStatic ngStatic ngStatic ngStatic ngStatic ngThe context for the highlight.
The index of the last highlighted item.
You can use the EndIndex to get or set the last highlighted item for the series.
<igx-column-series
#series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
isHighlightingEnabled="true" isCustomCategoryStyleAllowed="true" (assigningCategoryStyle)="assigningSeries($event)" >
</igx-column-series>
TODO
True if this HighlightingInfo represents a full selection of the data.
True if this HighlightingInfo represents a marker highlighting.
You can set the IsMarker to True if the HighlightingInfo represents a marker highlighting. Otherwise set to false.
<igx-column-series
#series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
isHighlightingEnabled="true" isCustomCategoryStyleAllowed="true" (assigningCategoryStyle)="assigningSeries($event)" >
</igx-column-series>
A number between 0 and 1 representing the progress of the highlighting.
You can use the Progress property to set a number between 0 and 1 representing the progress of the highlighting.
<igx-column-series
#series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
isHighlightingEnabled="true" isCustomCategoryStyleAllowed="true" (assigningCategoryStyle)="assigningSeries($event)" >
</igx-column-series>
The index of the first highlighted item.
You can use StartIndex to get or set the first highlighted item for the series.
<igx-column-series
#series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value"
isHighlightingEnabled="true" isCustomCategoryStyleAllowed="true" (assigningCategoryStyle)="assigningSeries($event)" >
</igx-column-series>
The state of the highlighting.
You can use the State to get or set the transitioning state of the highlighting, between In, Out, or Static.
Contains contextual information about a highlighting.