This class is used to store information about objects which are used on Zedgraph to draw text (in a future other things)
More...
|
| | VisualObject (float fX, float fY, string sText) |
| | Store chart position and text defined by a user More...
|
| |
|
| float | X [get, set] |
| | Set or Get X axis coordinate of user defined text More...
|
| |
| float | Y [get, set] |
| | Set or Get Y axis coordinate of user defined text More...
|
| |
| string | Text [get, set] |
| | Get or Set user defined text More...
|
| |
This class is used to store information about objects which are used on Zedgraph to draw text (in a future other things)
◆ VisualObject()
| RFExplorerCommunicator.VisualObject.VisualObject |
( |
float |
fX, |
|
|
float |
fY, |
|
|
string |
sText |
|
) |
| |
Store chart position and text defined by a user
- Parameters
-
| fX | X axis of the user defined text position |
| fY | Y axis of the user defined text position |
| sText | user defined text |
◆ Text
| string RFExplorerCommunicator.VisualObject.Text |
|
getset |
Get or Set user defined text
| float RFExplorerCommunicator.VisualObject.X |
|
getset |
Set or Get X axis coordinate of user defined text
| float RFExplorerCommunicator.VisualObject.Y |
|
getset |
Set or Get Y axis coordinate of user defined text
The documentation for this class was generated from the following file:
- R:/git/public/rfexplorer/RFExplorer-for-.NET/RFExplorerCommunicator/VisualObject.cs