HC  10.3.3.1
Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop 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...
 
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 is 1. 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 is 1. 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 or selectingpoints. More...
 
string GroupBy [get, set]
 Group the points by a property. Points with the same property value will begrouped together when moving. More...
 
PlotOptionsGaugeDragDropGuideBox GuideBox [get, set]
 Style options for the guide box. The guide box has one state by default, thedefault 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.PlotOptionsGaugeDragDrop.DraggableX
getset

Enable dragging in the X dimension.

◆ DraggableY

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

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

◆ DragMaxX

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

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

◆ DragMaxY

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

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

◆ DragMinX

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

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

◆ DragMinY

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

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

◆ DragPrecisionX

double Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop.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 is 1.

◆ DragPrecisionY

double Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop.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 is 1.

◆ DragSensitivity

double Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop.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 or selectingpoints.

◆ GroupBy

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

Group the points by a property. Points with the same property value will begrouped together when moving.

◆ GuideBox

PlotOptionsGaugeDragDropGuideBox Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop.GuideBox
getset

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

◆ LiveRedraw

bool Highsoft.Web.Mvc.Charts.PlotOptionsGaugeDragDrop.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: