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

Inherits BaseObject.

Properties

ChartParallelAxesTitleAlign Align [get, set]
 Alignment of the title relative to the axis values. Possiblevalues are "low", "middle" or "high". More...
 
bool Enabled [get, set]
 Deprecated. Set the text to undefined to disable the title. More...
 
double Margin [get, set]
 The pixel distance between the axis labels or line and the title.Defaults to 0 for horizontal axes, 10 for vertical More...
 
double Offset [get, set]
 The distance of the axis title from the axis line. By default,this distance is computed from the offset width of the labels,the labels' distance from the axis and the title's margin.However when the offset option is set, it overrides all this. More...
 
ChartParallelAxesTitlePosition3d Position3d [get, set]
 Defines how the title is repositioned according to the 3D chartorientation.- ‘'offset’: Maintain a fixed horizontal/vertical distance from the tick marks, despite the chart orientation. This is the backwards compatible behavior, and causes skewing of X and Z axes.-'chart': Preserve 3D position relative to the chart. This looks nice, but hard to read if the text isn't forward-facing.-'flap': Rotated text along the axis to compensate for the chart orientation. This tries to maintain text as legible as possible on all orientations.-'ortho': Rotated text along the axis direction so that the labels are orthogonal to the axis. This is very similar to'flap', but prevents skewing the labels (X and Y scaling are still present).-undefined: Will use the config fromlabels.position3d` More...
 
bool ReserveSpace [get, set]
 
double Rotation [get, set]
 The rotation of the text in degrees. 0 is horizontal, 270 isvertical reading from bottom to top. Defaults to 0 for horizontalaxes, 270 for left-side axes and 90 for right-side axes. More...
 
bool Skew3d [get, set]
 If enabled, the axis title will skewed to follow the perspective.This will fix overlapping labels and titles, but texts becomeless legible due to the distortion.The final appearance depends heavily on title.position3d.A null value will use the config from labels.skew3d. More...
 
Hashtable Style [get, set]
 CSS styles for the title. If the title text is longer than theaxis length, it will wrap to multiple lines by default. This canbe customized by setting ‘textOverflow: 'ellipsis’, bysetting a specificwidthor by settingwhiteSpace: 'nowrap'.In styled mode, the stroke width is given in the.highcharts-axis-title` class. More...
 
string Text [get, set]
 
ChartParallelAxesTitleTextAlign TextAlign [get, set]
 Alignment of the text, can be "left", "right" or "center".Default alignment depends on thetitle.align:Horizontal axes:- for align = "low", textAlign is set to left- for align = "middle", textAlign is set to center- for align = "high", textAlign is set to rightVertical axes:- for align = "low" and opposite = true, textAlign is set to right- for align = "low" and opposite = false, textAlign is set to left- for align = "middle", textAlign is set to center- for align = "high" and opposite = true textAlign is set to left- for align = "high" and opposite = false textAlign is set to right More...
 
bool UseHTML [get, set]
 Whether to use HTMLto render the axis title. More...
 
double X [get, set]
 Horizontal pixel offset of the title position. More...
 
double Y [get, set]
 Vertical pixel offset of the title position. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Align

ChartParallelAxesTitleAlign Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Align
getset

Alignment of the title relative to the axis values. Possiblevalues are "low", "middle" or "high".

◆ Enabled

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

Deprecated. Set the text to undefined to disable the title.

◆ Margin

double Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Margin
getset

The pixel distance between the axis labels or line and the title.Defaults to 0 for horizontal axes, 10 for vertical

◆ Offset

double Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Offset
getset

The distance of the axis title from the axis line. By default,this distance is computed from the offset width of the labels,the labels' distance from the axis and the title's margin.However when the offset option is set, it overrides all this.

◆ Position3d

ChartParallelAxesTitlePosition3d Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Position3d
getset

Defines how the title is repositioned according to the 3D chartorientation.- ‘'offset’: Maintain a fixed horizontal/vertical distance from the tick marks, despite the chart orientation. This is the backwards compatible behavior, and causes skewing of X and Z axes.-'chart': Preserve 3D position relative to the chart. This looks nice, but hard to read if the text isn't forward-facing.-'flap': Rotated text along the axis to compensate for the chart orientation. This tries to maintain text as legible as possible on all orientations.-'ortho': Rotated text along the axis direction so that the labels are orthogonal to the axis. This is very similar to'flap', but prevents skewing the labels (X and Y scaling are still present).-undefined: Will use the config fromlabels.position3d`

◆ ReserveSpace

bool Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.ReserveSpace
getset

◆ Rotation

double Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Rotation
getset

The rotation of the text in degrees. 0 is horizontal, 270 isvertical reading from bottom to top. Defaults to 0 for horizontalaxes, 270 for left-side axes and 90 for right-side axes.

◆ Skew3d

bool Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Skew3d
getset

If enabled, the axis title will skewed to follow the perspective.This will fix overlapping labels and titles, but texts becomeless legible due to the distortion.The final appearance depends heavily on title.position3d.A null value will use the config from labels.skew3d.

◆ Style

Hashtable Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.Style
getset

CSS styles for the title. If the title text is longer than theaxis length, it will wrap to multiple lines by default. This canbe customized by setting ‘textOverflow: 'ellipsis’, bysetting a specificwidthor by settingwhiteSpace: 'nowrap'.In styled mode, the stroke width is given in the.highcharts-axis-title` class.

◆ Text

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

◆ TextAlign

ChartParallelAxesTitleTextAlign Highsoft.Web.Mvc.Charts.ChartParallelAxesTitle.TextAlign
getset

Alignment of the text, can be "left", "right" or "center".Default alignment depends on thetitle.align:Horizontal axes:- for align = "low", textAlign is set to left- for align = "middle", textAlign is set to center- for align = "high", textAlign is set to rightVertical axes:- for align = "low" and opposite = true, textAlign is set to right- for align = "low" and opposite = false, textAlign is set to left- for align = "middle", textAlign is set to center- for align = "high" and opposite = true textAlign is set to left- for align = "high" and opposite = false textAlign is set to right

◆ UseHTML

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

Whether to use HTMLto render the axis title.

◆ X

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

Horizontal pixel offset of the title position.

◆ Y

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

Vertical pixel offset of the title position.


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