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.
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.
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.