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

Inherits BaseObject.

Properties

string ClassName [get, set]
 A class name for the crosshair, especially as a hook for styling. More...
 
string Color [get, set]
 The color of the crosshair. Defaults to #cccccc for numeric anddatetime axes, and rgba(204,214,235,0.25) for category axes, wherethe crosshair by default highlights the whole category. More...
 
XAxisCrosshairDashStyle DashStyle [get, set]
 The dash style for the crosshair. SeeplotOptions.series.dashStylefor possible values. More...
 
bool Snap [get, set]
 Whether the crosshair should snap to the point or follow the pointerindependent of points. More...
 
double Width [get, set]
 The pixel width of the crosshair. Defaults to 1 for numeric ordatetime axes, and for one category width for category axes. More...
 
double ZIndex [get, set]
 The Z index of the crosshair. Higher Z indices allow drawing thecrosshair on top of the series or behind the grid lines. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ ClassName

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

A class name for the crosshair, especially as a hook for styling.

◆ Color

string Highsoft.Web.Mvc.Charts.XAxisCrosshair.Color
getset

The color of the crosshair. Defaults to #cccccc for numeric anddatetime axes, and rgba(204,214,235,0.25) for category axes, wherethe crosshair by default highlights the whole category.

◆ DashStyle

XAxisCrosshairDashStyle Highsoft.Web.Mvc.Charts.XAxisCrosshair.DashStyle
getset

The dash style for the crosshair. SeeplotOptions.series.dashStylefor possible values.

◆ Snap

bool Highsoft.Web.Mvc.Charts.XAxisCrosshair.Snap
getset

Whether the crosshair should snap to the point or follow the pointerindependent of points.

◆ Width

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

The pixel width of the crosshair. Defaults to 1 for numeric ordatetime axes, and for one category width for category axes.

◆ ZIndex

double Highsoft.Web.Mvc.Charts.XAxisCrosshair.ZIndex
getset

The Z index of the crosshair. Higher Z indices allow drawing thecrosshair on top of the series or behind the grid lines.


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