Click or drag to resize

Triggering Class

LightningChart .NET Help
Triggered oscilloscope view options
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class Triggering : ChartNode

The Triggering type exposes the following members.

Constructors
  NameDescription
Public methodTriggering
Constructor for Form designer list editor
Public methodTriggering(AxisX)
Constructor
Top
Properties
  NameDescription
Public propertyEdge
Triggering edge
Public propertyStaticMajorXGridOptions
Major grid options for static X major grid
Public propertyStaticMinorXGridOptions
Major grid options for static X minor grid
Public propertyTriggeringActive
Is triggering active
Public propertyTriggeringXPosition
Percents of graph width where the triggered position is drawn
Public propertyTriggerLevel
Trigger level in units of Y axis of triggering line series
Public propertyTriggerLineSeriesIndex
Index of series used for triggering. Give -1 when you don't want to assign it.
Public propertyTriggerSeriesType
Triggering series type.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSeekToTrigger
Seek the trig position
Public methodToString
Convert class description to string
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventTriggeringPositionChanged
The triggering position has been changed.
Top
See Also