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

Inherits BaseObject.

Properties

bool DraggableX [get, set]
 Enable dragging in the X dimension. More...
 
bool DraggableY [get, set]
 Enable dragging in the Y dimension. Note that this is not supported forTreeGrid axes (the default axis type in Gantt charts). More...
 
PolygonSeriesDragDropDragHandle DragHandle [get, set]
 Options for the drag handles available in column series. More...
 
double DragMaxX [get, set]
 Set the maximum X value the points can be moved to. More...
 
double DragMaxY [get, set]
 Set the maximum Y value the points can be moved to. More...
 
double DragMinX [get, set]
 Set the minimum X value the points can be moved to. More...
 
double DragMinY [get, set]
 Set the minimum Y value the points can be moved to. More...
 
double DragPrecisionX [get, set]
 The X precision value to drag to for this series. Set to 0 to disable. Bydefault this is disabled, except for category axes, where the default is1. More...
 
double DragPrecisionY [get, set]
 The Y precision value to drag to for this series. Set to 0 to disable. Bydefault this is disabled, except for category axes, where the default is1. More...
 
double DragSensitivity [get, set]
 The amount of pixels to drag the pointer before it counts as a dragoperation. This prevents drag/drop to fire when just clicking orselecting points. More...
 
string GroupBy [get, set]
 Group the points by a property. Points with the same property value willbe grouped together when moving. More...
 
PolygonSeriesDragDropGuideBox GuideBox [get, set]
 Style options for the guide box. The guide box has one state by default,the default state. More...
 
bool LiveRedraw [get, set]
 Update points as they are dragged. If false, a guide box is drawn toillustrate the new point size. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ DraggableX

bool Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DraggableX
getset

Enable dragging in the X dimension.

◆ DraggableY

bool Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DraggableY
getset

Enable dragging in the Y dimension. Note that this is not supported forTreeGrid axes (the default axis type in Gantt charts).

◆ DragHandle

PolygonSeriesDragDropDragHandle Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragHandle
getset

Options for the drag handles available in column series.

◆ DragMaxX

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragMaxX
getset

Set the maximum X value the points can be moved to.

◆ DragMaxY

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragMaxY
getset

Set the maximum Y value the points can be moved to.

◆ DragMinX

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragMinX
getset

Set the minimum X value the points can be moved to.

◆ DragMinY

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragMinY
getset

Set the minimum Y value the points can be moved to.

◆ DragPrecisionX

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragPrecisionX
getset

The X precision value to drag to for this series. Set to 0 to disable. Bydefault this is disabled, except for category axes, where the default is1.

◆ DragPrecisionY

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragPrecisionY
getset

The Y precision value to drag to for this series. Set to 0 to disable. Bydefault this is disabled, except for category axes, where the default is1.

◆ DragSensitivity

double Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.DragSensitivity
getset

The amount of pixels to drag the pointer before it counts as a dragoperation. This prevents drag/drop to fire when just clicking orselecting points.

◆ GroupBy

string Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.GroupBy
getset

Group the points by a property. Points with the same property value willbe grouped together when moving.

◆ GuideBox

PolygonSeriesDragDropGuideBox Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.GuideBox
getset

Style options for the guide box. The guide box has one state by default,the default state.

◆ LiveRedraw

bool Highsoft.Web.Mvc.Charts.PolygonSeriesDragDrop.LiveRedraw
getset

Update points as they are dragged. If false, a guide box is drawn toillustrate the new point size.


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