Click or drag to resize

Triggering Class

LightningChart .NET Help
Triggered oscilloscope view options
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMTriggering

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
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 methodSeekToTrigger Seek the trig position
Public methodToString Convert class description to string
Top
Events
 NameDescription
Public eventTriggeringPositionChanged The triggering position has been changed.
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberEdgeProperty Identifies the Edge dependency property.
Public fieldStatic memberStaticMajorXGridOptionsProperty Identifies the StaticMajorXGridOptions dependency property.
Public fieldStatic memberStaticMinorXGridOptionsProperty Identifies the StaticMinorXGridOptions dependency property.
Public fieldStatic memberTriggeringActiveProperty Identifies the TriggeringActive dependency property.
Public fieldStatic memberTriggeringXPositionProperty Identifies the TriggeringXPosition dependency property.
Public fieldStatic memberTriggerLevelProperty Identifies the TriggerLevel dependency property.
Public fieldStatic memberTriggerLineSeriesIndexProperty Identifies the TriggerLineSeriesIndex dependency property.
Public fieldStatic memberTriggerSeriesTypeProperty Identifies the TriggerSeriesType dependency property.
Top
See Also