Click or drag to resize

PropertyTrendGraphAttribute(Int32, String, Boolean, Boolean, Boolean, Boolean) Constructor

Constructor that creates a PropertyAttribute with the specified values.

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public 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