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

Inherits BaseObject.

Properties

double BreakSize [get, set]
 A number indicating how much space should be left between the startand the end of the break. The break size is given in axis units,so for instance on a datetime axis, a break size of 3600000 wouldindicate the equivalent of an hour. More...
 
double From [get, set]
 The point where the break starts. More...
 
double Repeat [get, set]
 Defines an interval after which the break appears again. By defaultthe breaks do not repeat. More...
 
double To [get, set]
 The point where the break ends. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ BreakSize

double Highsoft.Web.Mvc.Charts.XAxisBreaks.BreakSize
getset

A number indicating how much space should be left between the startand the end of the break. The break size is given in axis units,so for instance on a datetime axis, a break size of 3600000 wouldindicate the equivalent of an hour.

◆ From

double Highsoft.Web.Mvc.Charts.XAxisBreaks.From
getset

The point where the break starts.

◆ Repeat

double Highsoft.Web.Mvc.Charts.XAxisBreaks.Repeat
getset

Defines an interval after which the break appears again. By defaultthe breaks do not repeat.

◆ To

double Highsoft.Web.Mvc.Charts.XAxisBreaks.To
getset

The point where the break ends.


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