ChartAxis

StockSharp.Xaml.Charting

Die Kartenachse.

Erbt von: NotifiableObject

Implementiert: IChartAxis, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging

Eigenschaften

AutoRange
public bool AutoRange { get; set; }
value = chartAxis.AutoRange
chartAxis.AutoRange = value

Auto-Range.

AxisType
public ChartAxisType AxisType { get; set; }
value = chartAxis.AxisType
chartAxis.AxisType = value

Achsentyp.

ChartArea
public IChartArea ChartArea { get; internal set; }
value = chartAxis.ChartArea
chartAxis.ChartArea = value

Kartenfläche.

CursorTextFormatting
public string CursorTextFormatting { get; set; }
value = chartAxis.CursorTextFormatting
chartAxis.CursorTextFormatting = value

Cursor-Etikettenformat.

DataPointWidth
public double DataPointWidth { get; internal set; }
value = chartAxis.DataPointWidth
chartAxis.DataPointWidth = value

Aktueller Datenpunkt mit für X-Achse.

DrawLabels
public bool DrawLabels { get; set; }
value = chartAxis.DrawLabels
chartAxis.DrawLabels = value

Zeigen Sie Etiketten auf der Achse.

DrawMajorGridLines
public bool DrawMajorGridLines { get; set; }
value = chartAxis.DrawMajorGridLines
chartAxis.DrawMajorGridLines = value

Hauptgitterlinien anzeigen.

DrawMajorTicks
public bool DrawMajorTicks { get; set; }
value = chartAxis.DrawMajorTicks
chartAxis.DrawMajorTicks = value

Hauptgitterlinien auf der Achse anzeigen.

DrawMinorGridLines
public bool DrawMinorGridLines { get; set; }
value = chartAxis.DrawMinorGridLines
chartAxis.DrawMinorGridLines = value

Zeigen Sie zusätzliche Gitterlinien.

DrawMinorTicks
public bool DrawMinorTicks { get; set; }
value = chartAxis.DrawMinorTicks
chartAxis.DrawMinorTicks = value

Zeigen Sie zusätzliche Gitterlinien auf der Achse.

FlipCoordinates
public bool FlipCoordinates { get; set; }
value = chartAxis.FlipCoordinates
chartAxis.FlipCoordinates = value

Flip-Koordinaten.

Group
public string Group { get; set; }
value = chartAxis.Group
chartAxis.Group = value

Gruppe.

Id
public string Id { get; set; }
value = chartAxis.Id
chartAxis.Id = value

Parameterkennung.

IsVisible
public bool IsVisible { get; set; }
value = chartAxis.IsVisible
chartAxis.IsVisible = value

Zeigen/Verstecken von Anmerkungen.

SubDayTextFormatting
public string SubDayTextFormatting { get; set; }
value = chartAxis.SubDayTextFormatting
chartAxis.SubDayTextFormatting = value

Das Format der X-Achsen-Etiketten innerhalb des Tages.

SwitchAxisLocation
public bool SwitchAxisLocation { get; set; }
value = chartAxis.SwitchAxisLocation
chartAxis.SwitchAxisLocation = value

Ob alternative Achsausrichtung zu verwenden.

TextFormatting
public string TextFormatting { get; set; }
value = chartAxis.TextFormatting
chartAxis.TextFormatting = value

Format der Etiketten.

TimeZone
public TimeZoneInfo TimeZone { get; set; }
value = chartAxis.TimeZone
chartAxis.TimeZone = value

Lokale Zeitzone für alle DateTime Werte Konvertierung.

Title
public string Title { get; set; }
value = chartAxis.Title
chartAxis.Title = value

Titel.

Methoden

Load
public void Load(SettingsStorage storage)
chartAxis.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
Save
public void Save(SettingsStorage storage)
chartAxis.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.