Properties  Methods  Events


XabcdAnnotationViewModel Class Members

The following tables list the members exposed by XabcdAnnotationViewModel.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets the SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel.AnnotationCanvas to place the annotation on. The default is Annotations.AnnotationCanvas.AboveChart (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel)
Public PropertyGets or Sets collection of annotations. (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets whether text can be edited on this SciChart.Charting.Visuals.Annotations.AnnotationBase. Supported by Text or label annotations only (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode to use when placing the annotation. E.g. the default of Absolute requires that X1,Y1 coordinates are data-values. The value of Relative requires that X1,Y1 are double values from 0.0 to 1.0 (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyLimits the Drag direction when dragging the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets the Fill brush for (SciChart.Charting.DrawingTools.TradingAnnotations.XabcdAnnotation).  
Public PropertyGets or Sets Font family for (SciChart.Charting.DrawingTools.TradingAnnotations.ElliotWaveAnnotation). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets Font size for (SciChart.Charting.DrawingTools.TradingAnnotations.ElliotWaveAnnotation). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets Font weight for (SciChart.Charting.DrawingTools.TradingAnnotations.ElliotWaveAnnotation). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets foreground for (SciChart.Charting.DrawingTools.TradingAnnotations.ElliotWaveAnnotation). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets whether the Annotation is editable via user interaction (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets whether the Annotation is hidden when drawn (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets whether the Annotation is selected (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets the line style for (SciChart.Charting.DrawingTools.TradingAnnotations.TradingAnnotationBase). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyLimits the Resize direction when resiaing the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets the Stroke brush for (SciChart.Charting.DrawingTools.TradingAnnotations.TradingAnnotationBase). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets the StrokeThickness value for (SciChart.Charting.DrawingTools.TradingAnnotations.TradingAnnotationBase). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or Sets text style for (SciChart.Charting.DrawingTools.TradingAnnotations.ElliotWaveAnnotation). (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public Property (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyOverridden. Gets the View Type which this ViewModel will be associated with.  
Public PropertyGets or sets the X1 Coordinate of the Annotation. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the X2 Coordinate of the Annotation. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the ID of the X-Axis which this Annotation is measured against (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the Y1 Coordinate of the Annotation. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the top of the YAxis and 1.0 is the bottom (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the Y2 Coordinate of the Annotation. For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For SciChart.Charting.Visuals.Annotations.AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the top of the YAxis and 1.0 is the bottom (Inherited from ElliotWaveAnnotationBaseViewModel)
Public PropertyGets or sets the ID of the Y-Axis which this Annotation is measured against (Inherited from ElliotWaveAnnotationBaseViewModel)
Top
Public Methods
Protected Methods
 NameDescription
Protected MethodThis method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Protected MethodThis method is used to set property value and raise PropertyChanged event handler (Inherited from ElliotWaveAnnotationBaseViewModel)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
See Also