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

Inherits BaseObject.

Properties

bool DraggableX [get, set]
 Enable dragging in the X dimension. More...
 
bool DraggableX1 [get, set]
 Allow x value to be dragged individually. More...
 
bool DraggableX2 [get, set]
 Allow x2 value to be dragged individually. 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...
 
PlotOptionsXrangeDragDropDragHandle 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...
 
PlotOptionsXrangeDragDropGuideBox 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.PlotOptionsXrangeDragDrop.DraggableX
getset

Enable dragging in the X dimension.

◆ DraggableX1

bool Highsoft.Web.Mvc.Charts.PlotOptionsXrangeDragDrop.DraggableX1
getset

Allow x value to be dragged individually.

◆ DraggableX2

bool Highsoft.Web.Mvc.Charts.PlotOptionsXrangeDragDrop.DraggableX2
getset

Allow x2 value to be dragged individually.

◆ DraggableY

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

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

◆ DragHandle

PlotOptionsXrangeDragDropDragHandle Highsoft.Web.Mvc.Charts.PlotOptionsXrangeDragDrop.DragHandle
getset

Options for the drag handles available in column series.

◆ DragMaxX

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

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

◆ DragMaxY

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

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

◆ DragMinX

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

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

◆ DragMinY

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

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

◆ DragPrecisionX

double Highsoft.Web.Mvc.Charts.PlotOptionsXrangeDragDrop.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.PlotOptionsXrangeDragDrop.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.PlotOptionsXrangeDragDrop.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.PlotOptionsXrangeDragDrop.GroupBy
getset

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

◆ GuideBox

PlotOptionsXrangeDragDropGuideBox Highsoft.Web.Mvc.Charts.PlotOptionsXrangeDragDrop.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.PlotOptionsXrangeDragDrop.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: