Click or drag to resize

PropertyTrendGraphAttribute Class

Determines display information of cursor, legend, and float labels in a ControlTrendGraph.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlPropertiesPropertyTrendGraphAttribute

Namespace: AxiomCore2.ControlProperties
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class PropertyTrendGraphAttribute

The PropertyTrendGraphAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPropertyTrendGraphAttribute Constructor to create a PropertyAttribute with default values.
Public methodPropertyTrendGraphAttribute(Int32, String, Boolean, Boolean, Boolean) Constructor that creates a PropertyAttribute with the specified values.
Top
Properties
 NameDescription
Public propertyCursorPosition Position in cursor.
Public propertyFloatLabelPosition Position in float label.
Public propertyIsCursorVisible Visibility in cursor.
Public propertyIsFloatLabelVisible Visibility in float label.
Public propertyIsLegendVisible Visibility in legend.
Public propertyKey Unique key used internally to retrieve property value.
Public propertyLegendPosition Position in legend.
Top
See Also