Click or drag to resize

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

Initializes a new instance of the PropertyTrendGraphAttribute class

Namespace:  AxiomCore2.ControlProperties
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public PropertyTrendGraphAttribute(
	int position,
	string key,
	bool isCursorVisible = false,
	bool isLegendVisible = false,
	bool isFloatLabelVisible = false
)

Parameters

position
Type: SystemInt32
key
Type: SystemString
isCursorVisible (Optional)
Type: SystemBoolean
isLegendVisible (Optional)
Type: SystemBoolean
isFloatLabelVisible (Optional)
Type: SystemBoolean
See Also