Name | Description | |
---|---|---|
LineMarker Constructor | Creates a new instance of LineMarker class. |
The following tables list the members exposed by LineMarker.
Name | Description | |
---|---|---|
LineMarker Constructor | Creates a new instance of LineMarker class. |
Name | Description | |
---|---|---|
Alignment | Gets or sets the alignment of the LineMarker content. | |
BackColor | Gets or sets background color of content. | |
Container | (Inherited from System.ComponentModel.Component) | |
Content | Gets or sets the content function that allows you to customize the text content of the LineMarker. | |
DragContent | Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag." | |
DragLines | Gets or sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is "Drag." | |
DragThreshold | Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged. | |
Font | Gets or sets font of content. | |
ForeColor | Gets or sets font color of content. | |
HorizontalPosition | Gets or sets line marker horizontal position. | |
Interaction | Gets or sets the interaction mode of the LineMarker. | |
LineColor | Gets or sets color of lines. | |
Lines | Gets or sets the visibility of the LineMarker lines. | |
LineWidth | Gets or sets width of lines | |
Site | (Inherited from System.ComponentModel.Component) | |
VerticalPosition | Gets or sets line marker vertical position. | |
Visible | Gets or sets the visibility of the LineMarker. | |
X | Gets the current x-value as chart data coordinates. | |
Y | Gets the current y-value as chart data coordinates. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetVisibleRect | Gets the viewable area of the control. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
OnPaint | Raises the System.Windows.Forms.Control.Paint event. | |
OnPositionChanged | Fires the PositionChanged event. | |
Remove | Removes itself from parent control | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
Paint | Custom drawing. | |
PositionChanged | Fires when marker position was changed, allows to update content. |