Highcharts .NET  9.1.2
Highsoft.Web.Mvc.Charts.AnnotationsLabelsPoint Class Reference

Inherits BaseObject.

Properties

double X [get, set]
 The x position of the point. Units can be either in axisor chart pixel coordinates. More...
 
string XAxis [get, set]
 This number defines which xAxis the point is connected to.It refers to either the axis id or the index of the axis inthe xAxis array. If the option is not configured or the axisis not found the point's x coordinate refers to the chartpixels. More...
 
double XAxisNumber [get, set]
 This number defines which xAxis the point is connected to.It refers to either the axis id or the index of the axis inthe xAxis array. If the option is not configured or the axisis not found the point's x coordinate refers to the chartpixels. More...
 
double Y [get, set]
 The y position of the point. Units can be either in axisor chart pixel coordinates. More...
 
string YAxis [get, set]
 This number defines which yAxis the point is connected to.It refers to either the axis id or the index of the axis inthe yAxis array. If the option is not configured or the axisis not found the point's y coordinate refers to the chartpixels. More...
 
double YAxisNumber [get, set]
 This number defines which yAxis the point is connected to.It refers to either the axis id or the index of the axis inthe yAxis array. If the option is not configured or the axisis not found the point's y coordinate refers to the chartpixels. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ X

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

The x position of the point. Units can be either in axisor chart pixel coordinates.

◆ XAxis

string Highsoft.Web.Mvc.Charts.AnnotationsLabelsPoint.XAxis
getset

This number defines which xAxis the point is connected to.It refers to either the axis id or the index of the axis inthe xAxis array. If the option is not configured or the axisis not found the point's x coordinate refers to the chartpixels.

◆ XAxisNumber

double Highsoft.Web.Mvc.Charts.AnnotationsLabelsPoint.XAxisNumber
getset

This number defines which xAxis the point is connected to.It refers to either the axis id or the index of the axis inthe xAxis array. If the option is not configured or the axisis not found the point's x coordinate refers to the chartpixels.

◆ Y

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

The y position of the point. Units can be either in axisor chart pixel coordinates.

◆ YAxis

string Highsoft.Web.Mvc.Charts.AnnotationsLabelsPoint.YAxis
getset

This number defines which yAxis the point is connected to.It refers to either the axis id or the index of the axis inthe yAxis array. If the option is not configured or the axisis not found the point's y coordinate refers to the chartpixels.

◆ YAxisNumber

double Highsoft.Web.Mvc.Charts.AnnotationsLabelsPoint.YAxisNumber
getset

This number defines which yAxis the point is connected to.It refers to either the axis id or the index of the axis inthe yAxis array. If the option is not configured or the axisis not found the point's y coordinate refers to the chartpixels.


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