GraphChart class/Plot Area Bounds property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6341C19
Scope Basic Development Environment
Data Name Plot Bounds
Short Name* Plot Bounds
Long Name* Plot Area Bounds
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 22
Owning Class Name GraphChart Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Plot Area Bounds
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Gets and sets the plot area bounds for the Graph and Chart. If it is a stacked chart, this property returns the bounds of the first plot area. You cannot set the plot area bounds for a stacked chart.

Elements
Name Description
Left The horizontal coordinate of the left edge of the plot area.
Top The vertical coordinate of the top edge of the plot area.
Right The horizontal coordinate of the right edge of the plot area.
Bottom The vertical coordinate of the bottom edge of the plot area.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links