public class Drilldown extends AbstractConfigurationObject
Constructor and Description |
---|
Drilldown() |
Modifier and Type | Method and Description |
---|---|
Style |
getActiveAxisLabelStyle() |
Style |
getActiveDataLabelStyle() |
Boolean |
getAllowPointDrilldown() |
Boolean |
getAnimation() |
Configuration |
getConfiguration() |
DrillUpButton |
getDrillUpButton() |
void |
setActiveAxisLabelStyle(Style activeAxisLabelStyle)
Additional styles to apply to the X axis label for a point that has
drilldown data.
|
void |
setActiveDataLabelStyle(Style activeDataLabelStyle)
Additional styles to apply to the data label of a point that has
drilldown data.
|
void |
setAllowPointDrilldown(Boolean allowPointDrilldown)
When this option is false, clicking a single point will drill down all
points in the same category, equivalent to clicking the X axis label.
|
void |
setAnimation(Boolean animation)
Set the animation for all drilldown animations.
|
void |
setConfiguration(Configuration configuration)
Sets the configuration linked to the drilldown series.
|
void |
setDrillUpButton(DrillUpButton drillUpButton)
Options for the drill up button that appears when drilling down on a
series.
|
public void setConfiguration(Configuration configuration)
configuration
- public Configuration getConfiguration()
Configuration
that this series is linked to.setConfiguration(Configuration)
public Style getActiveAxisLabelStyle()
setActiveAxisLabelStyle(Style)
public void setActiveAxisLabelStyle(Style activeAxisLabelStyle)
activeAxisLabelStyle
- public Style getActiveDataLabelStyle()
setActiveDataLabelStyle(Style)
public void setActiveDataLabelStyle(Style activeDataLabelStyle)
activeDataLabelStyle
- public Boolean getAnimation()
public void setAnimation(Boolean animation)
animation
- public DrillUpButton getDrillUpButton()
setDrillUpButton(DrillUpButton)
public void setDrillUpButton(DrillUpButton drillUpButton)
Lang.setDrillUpText(String)
.drillUpButton
- public Boolean getAllowPointDrilldown()
setAllowPointDrilldown(Boolean)
public void setAllowPointDrilldown(Boolean allowPointDrilldown)
Defaults to: true
Copyright © 2021. All rights reserved.