public class States extends AbstractConfigurationObject
Constructor and Description |
---|
States() |
Modifier and Type | Method and Description |
---|---|
Hover |
getHover() |
Inactive |
getInactive() |
Select |
getSelect() |
void |
setHover(Hover hover)
The appearance of the other marker or data point when hover.
|
void |
setInactive(Inactive inactive)
The appearance of the other data points when one is hovered.
|
void |
setSelect(Select select)
The appearance of the point marker when selected.
|
public Hover getHover()
setHover(Hover)
public void setHover(Hover hover)
#setInactive(Hover)
public Select getSelect()
setSelect(Select)
public void setSelect(Select select)
series.allowPointSelect
option
to true.public Inactive getInactive()
#setInactive(Hover)
public void setInactive(Inactive inactive)
Note: Inactive style is not applied to Marker
.
setHover(Hover)
Copyright © 2024. All rights reserved.