 | PropertyTrendGraphAttribute(Int32, String, Boolean, 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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntaxpublic PropertyTrendGraphAttribute(
int position,
string key,
bool isCursorVisible = false,
bool isLegendVisible = false,
bool isFloatLabelVisible = false,
bool isCustomProperty = 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.
- isCustomProperty Boolean (Optional)
- Is a custom property such as an event property.
See Also