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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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, 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 propertyIsCustomProperty Is a custom property such as an event property.
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