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

Inherits BaseObject.

Properties

string _titleKey [get, set]
 This option is deprecated, usetitleKey instead. More...
 
ExportingButtonsContextButtonAlign Align [get, set]
 Alignment for the buttons. More...
 
double ButtonSpacing [get, set]
 The pixel spacing between buttons. More...
 
string ClassName [get, set]
 The class name of the context button. More...
 
bool Enabled [get, set]
 Whether to enable buttons. More...
 
double Height [get, set]
 Pixel height of the buttons. More...
 
string MenuClassName [get, set]
 The class name of the menu appearing from the button. More...
 
List< MenuItem > MenuItems [get, set]
 A collection of strings pointing to config options for the menuitems. The config options are defined in themenuItemDefinitions option.By default, there is the "View in full screen" and "Print" menuitems, plus one menu item for each of the available export types. More...
 
string Onclick [get, set]
 A click handler callback to use on the button directly instead ofthe popup menu. More...
 
string Symbol [get, set]
 The symbol for the button. Points to a definition function inthe Highcharts.Renderer.symbols collection. The defaultmenu function is part of the exporting module. Possiblevalues are "circle", "square", "diamond", "triangle","triangle-down", "menu", "menuball" or custom shape. More...
 
string SymbolFill [get, set]
 See navigation.buttonOptions.symbolFill. More...
 
double SymbolSize [get, set]
 The pixel size of the symbol on the button. More...
 
string SymbolStroke [get, set]
 The color of the symbol's stroke or line. More...
 
double SymbolStrokeWidth [get, set]
 The pixel stroke width of the symbol on the button. More...
 
double SymbolX [get, set]
 The x position of the center of the symbol inside the button. More...
 
double SymbolY [get, set]
 The y position of the center of the symbol inside the button. More...
 
string Text [get, set]
 A text string to add to the individual button. More...
 
ExportingButtonsContextButtonTheme Theme [get, set]
 A configuration object for the button theme. The object acceptsSVG properties like stroke-width, stroke and fill.Tri-state button styles are supported by the states.hover andstates.select objects. More...
 
string TitleKey [get, set]
 The key to a lang option setting that is used for thebutton's title tooltip. When the key is contextButtonTitle, itrefers to lang.contextButtonTitlethat defaults to "Chart context menu". More...
 
bool UseHTML [get, set]
 Whether to use HTML for rendering the button. HTML allows for thingslike inline CSS or image-based icons. More...
 
ExportingButtonsContextButtonVerticalAlign VerticalAlign [get, set]
 The vertical alignment of the buttons. Can be one of "top","middle" or "bottom". More...
 
double Width [get, set]
 The pixel width of the button. More...
 
double X [get, set]
 The horizontal position of the button relative to the alignoption. More...
 
double Y [get, set]
 The vertical offset of the button's position relative to itsverticalAlign. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ _titleKey

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton._titleKey
getset

This option is deprecated, usetitleKey instead.

◆ Align

ExportingButtonsContextButtonAlign Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Align
getset

Alignment for the buttons.

◆ ButtonSpacing

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.ButtonSpacing
getset

The pixel spacing between buttons.

◆ ClassName

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.ClassName
getset

The class name of the context button.

◆ Enabled

bool Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Enabled
getset

Whether to enable buttons.

◆ Height

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Height
getset

Pixel height of the buttons.

◆ MenuClassName

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.MenuClassName
getset

The class name of the menu appearing from the button.

◆ MenuItems

List<MenuItem> Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.MenuItems
getset

A collection of strings pointing to config options for the menuitems. The config options are defined in themenuItemDefinitions option.By default, there is the "View in full screen" and "Print" menuitems, plus one menu item for each of the available export types.

◆ Onclick

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Onclick
getset

A click handler callback to use on the button directly instead ofthe popup menu.

◆ Symbol

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Symbol
getset

The symbol for the button. Points to a definition function inthe Highcharts.Renderer.symbols collection. The defaultmenu function is part of the exporting module. Possiblevalues are "circle", "square", "diamond", "triangle","triangle-down", "menu", "menuball" or custom shape.

◆ SymbolFill

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolFill
getset

◆ SymbolSize

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolSize
getset

The pixel size of the symbol on the button.

◆ SymbolStroke

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolStroke
getset

The color of the symbol's stroke or line.

◆ SymbolStrokeWidth

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolStrokeWidth
getset

The pixel stroke width of the symbol on the button.

◆ SymbolX

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolX
getset

The x position of the center of the symbol inside the button.

◆ SymbolY

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.SymbolY
getset

The y position of the center of the symbol inside the button.

◆ Text

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Text
getset

A text string to add to the individual button.

◆ Theme

ExportingButtonsContextButtonTheme Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Theme
getset

A configuration object for the button theme. The object acceptsSVG properties like stroke-width, stroke and fill.Tri-state button styles are supported by the states.hover andstates.select objects.

◆ TitleKey

string Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.TitleKey
getset

The key to a lang option setting that is used for thebutton's title tooltip. When the key is contextButtonTitle, itrefers to lang.contextButtonTitlethat defaults to "Chart context menu".

◆ UseHTML

bool Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.UseHTML
getset

Whether to use HTML for rendering the button. HTML allows for thingslike inline CSS or image-based icons.

◆ VerticalAlign

ExportingButtonsContextButtonVerticalAlign Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.VerticalAlign
getset

The vertical alignment of the buttons. Can be one of "top","middle" or "bottom".

◆ Width

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Width
getset

The pixel width of the button.

◆ X

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.X
getset

The horizontal position of the button relative to the alignoption.

◆ Y

double Highsoft.Web.Mvc.Charts.ExportingButtonsContextButton.Y
getset

The vertical offset of the button's position relative to itsverticalAlign.


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