Show / Hide Table of Contents

Class AnnotationCoordinateMode

Enumeration constants to define the Coordinate mode used to place an annotation

Inheritance
Object
AnnotationCoordinateMode
Namespace: StockSharp.Xaml.Charting.Visuals.Annotations
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public sealed class AnnotationCoordinateMode : Enum

Fields

Absolute

Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values

Declaration
public const AnnotationCoordinateMode Absolute
Field Value
Type Description
AnnotationCoordinateMode

Relative

Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0

Declaration
public const AnnotationCoordinateMode Relative
Field Value
Type Description
AnnotationCoordinateMode

RelativeX

RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values

Declaration
public const AnnotationCoordinateMode RelativeX
Field Value
Type Description
AnnotationCoordinateMode

RelativeY

RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values

Declaration
public const AnnotationCoordinateMode RelativeY
Field Value
Type Description
AnnotationCoordinateMode

value__

Declaration
public int value__
Field Value
Type Description
Int32

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾