IAnnotationData

StockSharp.Charting

Wird verwendet, um Annotations-Ziehdaten zu übertragen.

Eigenschaften

CoordinateMode
public AnnotationCoordinateMode? CoordinateMode { get; set; }
value = iAnnotationData.CoordinateMode
iAnnotationData.CoordinateMode = value

Koordinatenmodus. Absolut bedeutet DateTime für X und Dezimalpreis für Y. Relativ bedeutet relativ zu den Bildschirmkanten: doppelt. 0=oben/links, 0,5=Mitte, 1=unten/rechts.

Fill
public Brush Fill { get; set; }
value = iAnnotationData.Fill
iAnnotationData.Fill = value

Brush zum Füllen des Hintergrunds.

Foreground
public Brush Foreground { get; set; }
value = iAnnotationData.Foreground
iAnnotationData.Foreground = value

Textfarbe.

HorizontalAlignment
public HorizontalAlignment? HorizontalAlignment { get; set; }
value = iAnnotationData.HorizontalAlignment
iAnnotationData.HorizontalAlignment = value

Ausrichtung für horizontale Linien.

IsEditable
public bool? IsEditable { get; set; }
value = iAnnotationData.IsEditable
iAnnotationData.IsEditable = value

Ob der Benutzer Annotation bearbeiten kann.

IsVisible
public bool? IsVisible { get; set; }
value = iAnnotationData.IsVisible
iAnnotationData.IsVisible = value

Zeigen/Verstecken von Anmerkungen.

LabelPlacement
public LabelPlacement? LabelPlacement { get; set; }
value = iAnnotationData.LabelPlacement
iAnnotationData.LabelPlacement = value

Etikettenplatzierung für horizontale und vertikale Linien.

ShowLabel
public bool? ShowLabel { get; set; }
value = iAnnotationData.ShowLabel
iAnnotationData.ShowLabel = value

Schalten Sie die Etikettenshow für horizontale und vertikale Linien ein/aus.

Stroke
public Brush Stroke { get; set; }
value = iAnnotationData.Stroke
iAnnotationData.Stroke = value

Pinsel, um Linien und Grenzen zu zeichnen.

Text
public string Text { get; set; }
value = iAnnotationData.Text
iAnnotationData.Text = value

Text für Text-Annotation.

Thickness
public Thickness? Thickness { get; set; }
value = iAnnotationData.Thickness
iAnnotationData.Thickness = value

Liniendicke.

VerticalAlignment
public VerticalAlignment? VerticalAlignment { get; set; }
value = iAnnotationData.VerticalAlignment
iAnnotationData.VerticalAlignment = value

Ausrichtung auf vertikale Linien.

X1
public IComparable X1 { get; set; }
value = iAnnotationData.X1
iAnnotationData.X1 = value

X1-Koordinate für die Anmerkungszeichnung. DateTime für den Koordinatenmodus Absolut oder RelativeY. Ansonsten verdoppeln.

X2
public IComparable X2 { get; set; }
value = iAnnotationData.X2
iAnnotationData.X2 = value

X2-Koordinate für die Anmerkungszeichnung. DateTime für den Koordinatenmodus Absolut oder RelativeY. Ansonsten verdoppeln.

Y1
public IComparable Y1 { get; set; }
value = iAnnotationData.Y1
iAnnotationData.Y1 = value

Y1-Koordinate für die Anmerkungszeichnung. Dezimal für den Koordinatenmodus Absolut oder RelativeX. Ansonsten doppelt.

Y2
public IComparable Y2 { get; set; }
value = iAnnotationData.Y2
iAnnotationData.Y2 = value

Y2-Koordinate für die Anmerkungszeichnung. Dezimal für den Koordinatenmodus Absolut oder RelativeX. Ansonsten doppelt.