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

Inherits BaseObject.

Properties

LangAccessibility Accessibility [get, set]
 Configure the accessibility strings in the chart. Requires theaccessibility moduleto be loaded. For a description of the module and information on itsfeatures, seeHighcharts Accessibility.The lang options use Format Stringswith variables that are replaced at run time. These variables should beused when available, to avoid duplicating text that is defined elsewhere.For more dynamic control over the accessibility functionality, seeaccessibility.point.descriptionFormatter,accessibility.series.descriptionFormatter,andaccessibility.screenReaderSection.beforeChartFormatter. More...
 
string ContextButtonTitle [get, set]
 Exporting module menu. The tooltip title for the context menu holdingprint and export menu items. More...
 
string DecimalPoint [get, set]
 The default decimal point used in the Highcharts.numberFormatmethod unless otherwise specified in the function arguments. More...
 
string DownloadCSV [get, set]
 The text for the menu item. More...
 
string DownloadJPEG [get, set]
 Exporting module only. The text for the JPEG download menu item. More...
 
string DownloadMIDI [get, set]
 The text for the MIDI download menu item in the export menu. More...
 
string DownloadPDF [get, set]
 Exporting module only. The text for the PDF download menu item. More...
 
string DownloadPNG [get, set]
 Exporting module only. The text for the PNG download menu item. More...
 
string DownloadSVG [get, set]
 Exporting module only. The text for the SVG download menu item. More...
 
string DownloadXLS [get, set]
 The text for the menu item. More...
 
string DrillUpText [get, set]
 The text for the button that appears when drilling down, linking backto the parent series. The parent series' name is inserted for{series.name}. More...
 
string ExitFullscreen [get, set]
 Exporting module only. The text for the menu item to exit the chartfrom full screen. More...
 
LangExportData ExportData [get, set]
 The text for exported table. More...
 
string ExportInProgress [get, set]
 Text to show when export is in progress. More...
 
string HideData [get, set]
 The text for the menu item. More...
 
string InvalidDate [get, set]
 What to show in a date field for invalid dates. Defaults to an emptystring. More...
 
string Loading [get, set]
 The loading text that appears when the chart is set into the loadingstate following a call to chart.showLoading. More...
 
string MainBreadcrumb [get, set]
 
List< string > Months [get, set]
 An array containing the months names. Corresponds to the B formatin Highcharts.dateFormat(). More...
 
LangNavigation Navigation [get, set]
 Configure the Popup strings in the chart. Requires theannotations.js or annotations-advanced.src.js module to beloaded. More...
 
string NoData [get, set]
 The text to display when the chart contains no data. More...
 
double NumericSymbolMagnitude [get, set]
 The magnitude of numericSymbols replacements.Use 10000 for Japanese, Korean and various Chinese locales, whichuse symbols for 10^4, 10^8 and 10^12. More...
 
List< string > NumericSymbols [get, set]
 Metric prefixes usedto shorten high numbers in axis labels. Replacing any of thepositions with null causes the full number to be written. SettingnumericSymbols to undefined disables shortening altogether. More...
 
string PlayAsSound [get, set]
 The text for the Play as sound menu item in the export menu. More...
 
string PrintChart [get, set]
 Exporting module only. The text for the menu item to print the chart. More...
 
string ResetZoom [get, set]
 The text for the label appearing when a chart is zoomed. More...
 
string ResetZoomTitle [get, set]
 The tooltip title for the label appearing when a chart is zoomed. More...
 
List< string > ShortMonths [get, set]
 An array containing the months names in abbreviated form. Correspondsto the b format in Highcharts.dateFormat(). More...
 
List< string > ShortWeekdays [get, set]
 Short week days, starting Sunday. If not specified, Highcharts usesthe first three letters of the lang.weekdays option. More...
 
string ThousandsSep [get, set]
 The default thousands separator used in the Highcharts.numberFormatmethod unless otherwise specified in the function arguments. Defaultsto a single space character, which is recommended inISO 31-0 and worksacross Anglo-American and continental European languages. More...
 
string ViewData [get, set]
 The text for the menu item. More...
 
string ViewFullscreen [get, set]
 Exporting module only. The text for the menu item to view the chartin full screen. More...
 
List< string > Weekdays [get, set]
 An array containing the weekday names. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Accessibility

LangAccessibility Highsoft.Web.Mvc.Charts.Lang.Accessibility
getset

Configure the accessibility strings in the chart. Requires theaccessibility moduleto be loaded. For a description of the module and information on itsfeatures, seeHighcharts Accessibility.The lang options use Format Stringswith variables that are replaced at run time. These variables should beused when available, to avoid duplicating text that is defined elsewhere.For more dynamic control over the accessibility functionality, seeaccessibility.point.descriptionFormatter,accessibility.series.descriptionFormatter,andaccessibility.screenReaderSection.beforeChartFormatter.

◆ ContextButtonTitle

string Highsoft.Web.Mvc.Charts.Lang.ContextButtonTitle
getset

Exporting module menu. The tooltip title for the context menu holdingprint and export menu items.

◆ DecimalPoint

string Highsoft.Web.Mvc.Charts.Lang.DecimalPoint
getset

The default decimal point used in the Highcharts.numberFormatmethod unless otherwise specified in the function arguments.

◆ DownloadCSV

string Highsoft.Web.Mvc.Charts.Lang.DownloadCSV
getset

The text for the menu item.

◆ DownloadJPEG

string Highsoft.Web.Mvc.Charts.Lang.DownloadJPEG
getset

Exporting module only. The text for the JPEG download menu item.

◆ DownloadMIDI

string Highsoft.Web.Mvc.Charts.Lang.DownloadMIDI
getset

The text for the MIDI download menu item in the export menu.

◆ DownloadPDF

string Highsoft.Web.Mvc.Charts.Lang.DownloadPDF
getset

Exporting module only. The text for the PDF download menu item.

◆ DownloadPNG

string Highsoft.Web.Mvc.Charts.Lang.DownloadPNG
getset

Exporting module only. The text for the PNG download menu item.

◆ DownloadSVG

string Highsoft.Web.Mvc.Charts.Lang.DownloadSVG
getset

Exporting module only. The text for the SVG download menu item.

◆ DownloadXLS

string Highsoft.Web.Mvc.Charts.Lang.DownloadXLS
getset

The text for the menu item.

◆ DrillUpText

string Highsoft.Web.Mvc.Charts.Lang.DrillUpText
getset

The text for the button that appears when drilling down, linking backto the parent series. The parent series' name is inserted for{series.name}.

◆ ExitFullscreen

string Highsoft.Web.Mvc.Charts.Lang.ExitFullscreen
getset

Exporting module only. The text for the menu item to exit the chartfrom full screen.

◆ ExportData

LangExportData Highsoft.Web.Mvc.Charts.Lang.ExportData
getset

The text for exported table.

◆ ExportInProgress

string Highsoft.Web.Mvc.Charts.Lang.ExportInProgress
getset

Text to show when export is in progress.

◆ HideData

string Highsoft.Web.Mvc.Charts.Lang.HideData
getset

The text for the menu item.

◆ InvalidDate

string Highsoft.Web.Mvc.Charts.Lang.InvalidDate
getset

What to show in a date field for invalid dates. Defaults to an emptystring.

◆ Loading

string Highsoft.Web.Mvc.Charts.Lang.Loading
getset

The loading text that appears when the chart is set into the loadingstate following a call to chart.showLoading.

◆ MainBreadcrumb

string Highsoft.Web.Mvc.Charts.Lang.MainBreadcrumb
getset

◆ Months

List<string> Highsoft.Web.Mvc.Charts.Lang.Months
getset

An array containing the months names. Corresponds to the B formatin Highcharts.dateFormat().

◆ Navigation

LangNavigation Highsoft.Web.Mvc.Charts.Lang.Navigation
getset

Configure the Popup strings in the chart. Requires theannotations.js or annotations-advanced.src.js module to beloaded.

◆ NoData

string Highsoft.Web.Mvc.Charts.Lang.NoData
getset

The text to display when the chart contains no data.

◆ NumericSymbolMagnitude

double Highsoft.Web.Mvc.Charts.Lang.NumericSymbolMagnitude
getset

The magnitude of numericSymbols replacements.Use 10000 for Japanese, Korean and various Chinese locales, whichuse symbols for 10^4, 10^8 and 10^12.

◆ NumericSymbols

List<string> Highsoft.Web.Mvc.Charts.Lang.NumericSymbols
getset

Metric prefixes usedto shorten high numbers in axis labels. Replacing any of thepositions with null causes the full number to be written. SettingnumericSymbols to undefined disables shortening altogether.

◆ PlayAsSound

string Highsoft.Web.Mvc.Charts.Lang.PlayAsSound
getset

The text for the Play as sound menu item in the export menu.

◆ PrintChart

string Highsoft.Web.Mvc.Charts.Lang.PrintChart
getset

Exporting module only. The text for the menu item to print the chart.

◆ ResetZoom

string Highsoft.Web.Mvc.Charts.Lang.ResetZoom
getset

The text for the label appearing when a chart is zoomed.

◆ ResetZoomTitle

string Highsoft.Web.Mvc.Charts.Lang.ResetZoomTitle
getset

The tooltip title for the label appearing when a chart is zoomed.

◆ ShortMonths

List<string> Highsoft.Web.Mvc.Charts.Lang.ShortMonths
getset

An array containing the months names in abbreviated form. Correspondsto the b format in Highcharts.dateFormat().

◆ ShortWeekdays

List<string> Highsoft.Web.Mvc.Charts.Lang.ShortWeekdays
getset

Short week days, starting Sunday. If not specified, Highcharts usesthe first three letters of the lang.weekdays option.

◆ ThousandsSep

string Highsoft.Web.Mvc.Charts.Lang.ThousandsSep
getset

The default thousands separator used in the Highcharts.numberFormatmethod unless otherwise specified in the function arguments. Defaultsto a single space character, which is recommended inISO 31-0 and worksacross Anglo-American and continental European languages.

◆ ViewData

string Highsoft.Web.Mvc.Charts.Lang.ViewData
getset

The text for the menu item.

◆ ViewFullscreen

string Highsoft.Web.Mvc.Charts.Lang.ViewFullscreen
getset

Exporting module only. The text for the menu item to view the chartin full screen.

◆ Weekdays

List<string> Highsoft.Web.Mvc.Charts.Lang.Weekdays
getset

An array containing the weekday names.


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