名前 | 解説 | |
---|---|---|
LineMarker コンストラクタ | Creates a new instance of LineMarker class. |
LineMarkerデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
LineMarker コンストラクタ | Creates a new instance of LineMarker class. |
名前 | 解説 | |
---|---|---|
Alignment | Gets or sets the alignment of the LineMarker content. | |
BackColor | Gets or sets background color of content. | |
Container | 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 | 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. |
名前 | 解説 | |
---|---|---|
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetVisibleRect | Gets the viewable area of the control. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
OnPaint | Raises the System.Windows.Forms.Control.Paint event. | |
OnPositionChanged | Fires the PositionChanged event. | |
Remove | Removes itself from parent control | |
ToString | System.ComponentModel.Componentから継承されます。 |
名前 | 解説 | |
---|---|---|
Disposed | System.ComponentModel.Componentから継承されます。 | |
Paint | Custom drawing. | |
PositionChanged | Fires when marker position was changed, allows to update content. |