com.nchart3d.NChart.NChartHighlightType Class Referenceabstract

The HighlightType enum provides constants to highlight points. More...

Static Public Attributes

static final int None = 0
 No highlight.
 
static final int Color = 1
 Highlight by color.
 
static final int Shift = 2
 Highlight by shift.
 
static final int Drop = 4
 Drop previous highlights. More...
 

Detailed Description

The HighlightType enum provides constants to highlight points.

You may use them to build a bitmask of highlight. This means you may specify Color | Shift to get highlight by color and highlight by shift at the same time.

Member Data Documentation

final int com.nchart3d.NChart.NChartHighlightType.Drop = 4
static

Drop previous highlights.

Add this to your highlight type combination if you do not want the highlights to accumulate. This means, if there are some highlights queued by delay or not fully animated, they will be cancelled.