Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.Drilldown Class Reference

Inherits BaseObject.

Properties

Hashtable ActiveAxisLabelStyle [get, set]
 Additional styles to apply to the X axis label for a point thathas drilldown data. By default it is underlined and blue to inviteto interaction.In styled mode, active label styles can be set with the<tt>.highcharts-drilldown-axis-label class. More...
 
Hashtable ActiveDataLabelStyle [get, set]
 Additional styles to apply to the data label of a point that hasdrilldown data. By default it is underlined and blue to invite tointeraction.In styled mode, active data label styles can be applied with the<tt>.highcharts-drilldown-data-label class. More...
 
bool AllowPointDrilldown [get, set]
 When this option is false, clicking a single point will drill downall points in the same category, equivalent to clicking the X axislabel. More...
 
Animation Animation [get, set]
 Set the animation for all drilldown animations. Animation of a drilldownoccurs when drilling between a column point and a column series,or a pie slice and a full pie series. Drilldown can still be usedbetween series and points of different types, but animation willnot occur.The animation can either be set as a boolean or a configurationobject. If true, it will use the 'swing' jQuery easing and a durationof 500 ms. If used as a configuration object, the following propertiesare supported:- duration: The duration of the animation in milliseconds.- easing: A string reference to an easing function set on the Math object. See the easing demo. More...
 
bool AnimationBool [get, set]
 Set the animation for all drilldown animations. Animation of a drilldownoccurs when drilling between a column point and a column series,or a pie slice and a full pie series. Drilldown can still be usedbetween series and points of different types, but animation willnot occur.The animation can either be set as a boolean or a configurationobject. If true, it will use the 'swing' jQuery easing and a durationof 500 ms. If used as a configuration object, the following propertiesare supported:- duration: The duration of the animation in milliseconds.- easing: A string reference to an easing function set on the Math object. See the easing demo. More...
 
DrilldownBreadcrumbs Breadcrumbs [get, set]
 Options for the breadcrumbs, the navigation at the top leading the wayup through the drilldown levels. More...
 
DrilldownDrillUpButton DrillUpButton [get, set]
 Options for the drill up button that appears when drilling down on aseries. The text for the button is defined inlang.drillUpText.This option is deprecated since 9.3.2, use drilldown.breadcrumbsinstead. More...
 
bool MapZooming [get, set]
 Enable or disable zooming into a region of clicked map point you want todrill into. If mapZooming is set to false the drilldown/drillupanimations only fade in/fade out without zooming to a specific map point. More...
 
List< SeriesSeries [get, set]
 An array of series configurations for the drill down. Each seriesconfiguration uses the same syntax as the series option set.These drilldown series are hidden by default. The drilldown series islinked to the parent series' point by its id. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ ActiveAxisLabelStyle

Hashtable Highsoft.Web.Mvc.Charts.Drilldown.ActiveAxisLabelStyle
getset

Additional styles to apply to the X axis label for a point thathas drilldown data. By default it is underlined and blue to inviteto interaction.In styled mode, active label styles can be set with the<tt>.highcharts-drilldown-axis-label class.

◆ ActiveDataLabelStyle

Hashtable Highsoft.Web.Mvc.Charts.Drilldown.ActiveDataLabelStyle
getset

Additional styles to apply to the data label of a point that hasdrilldown data. By default it is underlined and blue to invite tointeraction.In styled mode, active data label styles can be applied with the<tt>.highcharts-drilldown-data-label class.

◆ AllowPointDrilldown

bool Highsoft.Web.Mvc.Charts.Drilldown.AllowPointDrilldown
getset

When this option is false, clicking a single point will drill downall points in the same category, equivalent to clicking the X axislabel.

◆ Animation

Animation Highsoft.Web.Mvc.Charts.Drilldown.Animation
getset

Set the animation for all drilldown animations. Animation of a drilldownoccurs when drilling between a column point and a column series,or a pie slice and a full pie series. Drilldown can still be usedbetween series and points of different types, but animation willnot occur.The animation can either be set as a boolean or a configurationobject. If true, it will use the 'swing' jQuery easing and a durationof 500 ms. If used as a configuration object, the following propertiesare supported:- duration: The duration of the animation in milliseconds.- easing: A string reference to an easing function set on the Math object. See the easing demo.

◆ AnimationBool

bool Highsoft.Web.Mvc.Charts.Drilldown.AnimationBool
getset

Set the animation for all drilldown animations. Animation of a drilldownoccurs when drilling between a column point and a column series,or a pie slice and a full pie series. Drilldown can still be usedbetween series and points of different types, but animation willnot occur.The animation can either be set as a boolean or a configurationobject. If true, it will use the 'swing' jQuery easing and a durationof 500 ms. If used as a configuration object, the following propertiesare supported:- duration: The duration of the animation in milliseconds.- easing: A string reference to an easing function set on the Math object. See the easing demo.

◆ Breadcrumbs

DrilldownBreadcrumbs Highsoft.Web.Mvc.Charts.Drilldown.Breadcrumbs
getset

Options for the breadcrumbs, the navigation at the top leading the wayup through the drilldown levels.

◆ DrillUpButton

DrilldownDrillUpButton Highsoft.Web.Mvc.Charts.Drilldown.DrillUpButton
getset

Options for the drill up button that appears when drilling down on aseries. The text for the button is defined inlang.drillUpText.This option is deprecated since 9.3.2, use drilldown.breadcrumbsinstead.

◆ MapZooming

bool Highsoft.Web.Mvc.Charts.Drilldown.MapZooming
getset

Enable or disable zooming into a region of clicked map point you want todrill into. If mapZooming is set to false the drilldown/drillupanimations only fade in/fade out without zooming to a specific map point.

◆ Series

List<Series> Highsoft.Web.Mvc.Charts.Drilldown.Series
getset

An array of series configurations for the drill down. Each seriesconfiguration uses the same syntax as the series option set.These drilldown series are hidden by default. The drilldown series islinked to the parent series' point by its id.


The documentation for this class was generated from the following file: