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

Inherits BaseObject.

Properties

double MinHeight [get, set]
 The minimum height for the plot area. If it gets smaller than this, the plotarea will become scrollable. More...
 
double MinWidth [get, set]
 The minimum width for the plot area. If it gets smaller than this, the plotarea will become scrollable. More...
 
double Opacity [get, set]
 The opacity of mask applied on one of the sides of the plotarea. More...
 
double ScrollPositionX [get, set]
 The initial scrolling position of the scrollable plot area. Ranges from 0 to1, where 0 aligns the plot area to the left and 1 aligns it to the right.Typically we would use 1 if the chart has right aligned Y axes. More...
 
double ScrollPositionY [get, set]
 The initial scrolling position of the scrollable plot area. Ranges from 0 to1, where 0 aligns the plot area to the top and 1 aligns it to the bottom. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ MinHeight

double Highsoft.Web.Mvc.Charts.ChartScrollablePlotArea.MinHeight
getset

The minimum height for the plot area. If it gets smaller than this, the plotarea will become scrollable.

◆ MinWidth

double Highsoft.Web.Mvc.Charts.ChartScrollablePlotArea.MinWidth
getset

The minimum width for the plot area. If it gets smaller than this, the plotarea will become scrollable.

◆ Opacity

double Highsoft.Web.Mvc.Charts.ChartScrollablePlotArea.Opacity
getset

The opacity of mask applied on one of the sides of the plotarea.

◆ ScrollPositionX

double Highsoft.Web.Mvc.Charts.ChartScrollablePlotArea.ScrollPositionX
getset

The initial scrolling position of the scrollable plot area. Ranges from 0 to1, where 0 aligns the plot area to the left and 1 aligns it to the right.Typically we would use 1 if the chart has right aligned Y axes.

◆ ScrollPositionY

double Highsoft.Web.Mvc.Charts.ChartScrollablePlotArea.ScrollPositionY
getset

The initial scrolling position of the scrollable plot area. Ranges from 0 to1, where 0 aligns the plot area to the top and 1 aligns it to the bottom.


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