SciChart.Charting.DrawingTools.TradingAnnotations Namespace
Classes
Class | Description | |
---|---|---|
![]() | BrushAnnotation | Defines brush annotation, which may be placed on the chart. |
![]() | BrushAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original BrushAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.BrushAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | ElliotWaveAnnotation | Defines an (ElliotWaveAnnotation), which may be placed on the chart. |
![]() | ElliotWaveAnnotationBase | Provides a base class for (ElliotWaveAnnotation) annotation to be rendered over the chart |
![]() | ElliotWaveAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original ElliotWaveAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.ElliotWaveAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | ExtendedLineAnnotation | Defines an extended line annotation, that is derived from SciChart.Charting.Visuals.Annotations.LineAnnotation and which may be placed on the chart. |
![]() | FibonacciExtensionAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciExtensionAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.FibonacciExtensionAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | FibonacciRetracementAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation.FibonacciRetracementAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.FibonacciRetracementAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | HeadAndShouldersAnnotation | Defines an head and shoulders annotation, which may be placed on the chart. |
![]() | HeadAndShouldersAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original HeadAndShouldersAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.HeadAndShouldersAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | PitchforkAnnotation | Defines the pitchfork annotation, which may be placed on the chart. |
![]() | PitchforkAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original PitchforkAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.PitchforkAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | PitchforkExtendedLineAnnotation | Defines pitchfork-specific extended line annotation, that is derived from ExtendedLineAnnotation and which may be placed on the chart. |
![]() | PolygonAnnotation | |
![]() | PolygonAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original PolygonAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.PolygonAnnotationViewModel of appropriate type in MVVM scenarios |
![]() | TradingAnnotationBase | Provides a base class for (TradingAnnotationBase) to be rendered over the chart. |
![]() | XabcdAnnotation | Defines an XABCD annotation, which may be placed on the chart. |
![]() | XabcdAnnotationForMvvm | INTERNAL USE ONLY: Defines a class which extends the original XabcdAnnotation and is created internally per every SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels.XabcdAnnotationViewModel of appropriate type in MVVM scenarios |
Interfaces
Interface | Description | |
---|---|---|
![]() | IPolygonAnnotation | |
![]() | ITradingAnnotation | Defines the interface to an drawing tool, that is a special type of annotation, a custom drawable element over or under the SciChartSurface. |
See Also