ITickLabelViewModel

StockSharp.Xaml.Charting.Visuals.Axes

Defines the base interface to a Tick Label Viewmodel - a viewmodel which each Axis Tick Label will bind to

Properties

Exponent
public string Exponent { get; set; }
value = iTickLabelViewModel.Exponent
iTickLabelViewModel.Exponent = value

Gets or sets the exponent. This is the power of 10 exponent in string format. NOTE Only valid for Numeric Axis. Ignored by DateTime or TimeSpan axes

HasExponent
public bool HasExponent { get; set; }
value = iTickLabelViewModel.HasExponent
iTickLabelViewModel.HasExponent = value

Gets or sets if the Tick Label has an exponent. NOTE Only valid for Numeric Axis. Ignored by DateTime or TimeSpan axes

Separator
public string Separator { get; set; }
value = iTickLabelViewModel.Separator
iTickLabelViewModel.Separator = value

Gets or sets the Separator, for example the E symbol in Engineering notifation, or x10^ for Scientific Notation. NOTE Only valid for Numeric Axis. Ignored by DateTime or TimeSpan axes

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

Gets or sets the Text for the tick label