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

Inherits BaseObject.

Properties

Object ChartOptions [get, set]
 A full set of chart options to apply as overrides to the generalchart options. The chart options are applied when the given ruleis active.A special case is configuration objects that take arrays, for examplexAxis, yAxis or series. For thesecollections, an id option is used to map the new option set toan existing object. If an existing object of the same id is not found,the item of the same indexupdated. So for example, setting chartOptionswith two series items without an id, will cause the existing chart'stwo series to be updated with respective options. More...
 
ResponsiveRulesCondition Condition [get, set]
 Under which conditions the rule applies. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ ChartOptions

Object Highsoft.Web.Mvc.Charts.ResponsiveRules.ChartOptions
getset

A full set of chart options to apply as overrides to the generalchart options. The chart options are applied when the given ruleis active.A special case is configuration objects that take arrays, for examplexAxis, yAxis or series. For thesecollections, an id option is used to map the new option set toan existing object. If an existing object of the same id is not found,the item of the same indexupdated. So for example, setting chartOptionswith two series items without an id, will cause the existing chart'stwo series to be updated with respective options.

◆ Condition

ResponsiveRulesCondition Highsoft.Web.Mvc.Charts.ResponsiveRules.Condition
getset

Under which conditions the rule applies.


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