RFExplorerCommunicator
RFExplorerCommunicator.VisualObject Class Reference

This class is used to store information about objects which are used on Zedgraph to draw text (in a future other things) More...

Inheritance diagram for RFExplorerCommunicator.VisualObject:

Public Member Functions

 VisualObject (float fX, float fY, string sText)
 Store chart position and text defined by a user More...
 

Properties

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...
 

Detailed Description

This class is used to store information about objects which are used on Zedgraph to draw text (in a future other things)

Constructor & Destructor Documentation

◆ VisualObject()

RFExplorerCommunicator.VisualObject.VisualObject ( float  fX,
float  fY,
string  sText 
)

Store chart position and text defined by a user

Parameters
fXX axis of the user defined text position
fYY axis of the user defined text position
sTextuser defined text

Property Documentation

◆ Text

string RFExplorerCommunicator.VisualObject.Text
getset

Get or Set user defined text

◆ X

float RFExplorerCommunicator.VisualObject.X
getset

Set or Get X axis coordinate of user defined text

◆ Y

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: