DrawingState
<< Click to Display Table of Contents >> DrawingState |
Represents the current state of the drawing tool to perform various actions, such as building, editing, or moving.
An enum representing the current state of the drawing tool. Possible values are:
DrawingState.Building |
The initial state when a drawing tool is first being drawn, allowing for the anchors to be set for the drawing. |
DrawingState.Editing |
Allows for changing the values of any of the drawing tools anchors |
DrawingState.Normal |
The drawing tool is normal on the chart and is not in a state to allow for changes. |
DrawingState.Moving |
The entire drawing tool to be moved by a user. |
DrawingState
public override void OnMouseDown(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point) |