Table of Contents

Enum ChartAxisType

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

Chart axes types.

public enum ChartAxisType
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "TimeNoBreaks")] CategoryDateTime = 1

Time without breaks.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Time")] DateTime = 0

Time.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Numeric")] Numeric = 2

Number.