ChartTimeframe

StockSharp.Xaml.Charting.Maui

One selectable entry in the timeframe strip of CandleChartWithTimeframeView.

実装: IEquatable<ChartTimeframe>

コンストラクター

ChartTimeframe(int, string)

One selectable entry in the timeframe strip of CandleChartWithTimeframeView.

Minutes
Bar length in minutes (1 = M1, 60 = H1, 1440 = D1).
Label
Short label shown on the strip (e.g. "1m", "1h", "1D").

プロパティ

Label : string

Short label shown on the strip (e.g. "1m", "1h", "1D").

Minutes : int

Bar length in minutes (1 = M1, 60 = H1, 1440 = D1).