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

Inherits BaseObject.

Properties

DateTime Date [get, set]
 A custom Date class for advanced date handling. For example,JDate can be hooked in tohandle Jalali dates. More...
 
string GetTimezoneOffset [get, set]
 A callback to return the time zone offset for a given datetime. Ittakes the timestamp in terms of milliseconds since January 1 1970,and returns the timezone offset in minutes. This provides a hookfor drawing time based charts in specific time zones using theirlocal DST crossover dates, with the help of external libraries. More...
 
string Timezone [get, set]
 A named time zone. Supported time zone names rely on the browserimplementations, as described in the mdndocs.If the given time zone is not recognized by the browser, Highchartsprovides a warning and falls back to returning a 0 offset,corresponding to the UCT time zone.Until v11.2.0, this option depended on moment.js. More...
 
double TimezoneOffset [get, set]
 The timezone offset in minutes. Positive values are west, negativevalues are east of UTC, as in the ECMAScriptgetTimezoneOffsetmethod. Use this to display UTC based data in a predefined time zone. More...
 
bool UseUTC [get, set]
 Whether to use UTC time for axis scaling, tickmark placement andtime display in Highcharts.dateFormat. Advantages of using UTCis that the time displays equally regardless of the user agent'stime zone settings. Local time can be used when the data is loadedin real time or when correct Daylight Saving Time transitions arerequired. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Date

DateTime Highsoft.Web.Mvc.Charts.Time.Date
getset

A custom Date class for advanced date handling. For example,JDate can be hooked in tohandle Jalali dates.

◆ GetTimezoneOffset

string Highsoft.Web.Mvc.Charts.Time.GetTimezoneOffset
getset

A callback to return the time zone offset for a given datetime. Ittakes the timestamp in terms of milliseconds since January 1 1970,and returns the timezone offset in minutes. This provides a hookfor drawing time based charts in specific time zones using theirlocal DST crossover dates, with the help of external libraries.

◆ Timezone

string Highsoft.Web.Mvc.Charts.Time.Timezone
getset

A named time zone. Supported time zone names rely on the browserimplementations, as described in the mdndocs.If the given time zone is not recognized by the browser, Highchartsprovides a warning and falls back to returning a 0 offset,corresponding to the UCT time zone.Until v11.2.0, this option depended on moment.js.

◆ TimezoneOffset

double Highsoft.Web.Mvc.Charts.Time.TimezoneOffset
getset

The timezone offset in minutes. Positive values are west, negativevalues are east of UTC, as in the ECMAScriptgetTimezoneOffsetmethod. Use this to display UTC based data in a predefined time zone.

◆ UseUTC

bool Highsoft.Web.Mvc.Charts.Time.UseUTC
getset

Whether to use UTC time for axis scaling, tickmark placement andtime display in Highcharts.dateFormat. Advantages of using UTCis that the time displays equally regardless of the user agent'stime zone settings. Local time can be used when the data is loadedin real time or when correct Daylight Saving Time transitions arerequired.


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