 | PropertyTrendGraphAttribute(Int32, String, Boolean, Boolean, Boolean) Constructor |
Constructor that creates a PropertyAttribute with the specified values.
Namespace: AxiomCore2.ControlPropertiesAssembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntaxpublic PropertyTrendGraphAttribute(
int position,
string key,
bool isCursorVisible = false,
bool isLegendVisible = false,
bool isFloatLabelVisible = false
)
Parameters
- position Int32
- Position of the attribute in the list of attributes
- key String
- Unique key to keep track of the attribute.
- isCursorVisible Boolean (Optional)
- Visible for cursors.
- isLegendVisible Boolean (Optional)
- Visible for Legend.
- isFloatLabelVisible Boolean (Optional)
- Visible for Float labels.
See Also