IChart

StockSharp.Charting

Interface for working with charts.

実装: IChartBuilder, IThemeableChart, IPersistable

プロパティ

Areas : IEnumerable<IChartArea>

Chart areas.

CrossHair : bool

Crosshair.

CrossHairAxisLabels : bool

To show values on the axis for the crosshair.

CrossHairTooltip : bool

To show the prompt message for the crosshair.

IndicatorTypes : IList<IndicatorType>

The list of available indicators types.

IsAutoRange : bool

To use automatic range for the X-axis. The default is off.

IsAutoScroll : bool

To scroll Areas areas automatically when new data occurred. The default is enabled.

IsInteracted : bool

The interactive mode. The default is off.

OrderCreationMode : bool

The order creation mode. The default is off.

ShowLegend : bool

To show the legend.

ShowNonFormedIndicators : bool

Show non formed indicators values.

ShowOverview : bool

To show the preview area.

ShowPerfStats : bool

Show FPS.

TimeZone : TimeZoneInfo

Local time zone for all DateTime values conversion.

メソッド

AddArea(IChartArea)

To add an area to the chart.

area
Chart area.
AddElement(IChartArea, IChartIndicatorElement, Subscription, IIndicator)

To add an indicator element to the chart.

area
Chart area.
element
The indicator chart element.
subscription
Subscription.
indicator
Indicator.
AddElement(IChartArea, IChartCandleElement, Subscription)

To add a candle element to the chart.

area
Chart area.
element
The candle chart element.
subscription
Subscription.
AddElement(IChartArea, IChartElement)

To add an element to the chart.

area
Chart area.
element
The chart element.
RemoveArea(IChartArea)

To remove the area from the chart.

area
Chart area.
RemoveElement(IChartArea, IChartElement)

To remove the element from the chart.

area
Chart area.
element
The chart element.
Reset(IEnumerable<IChartElement>)

To reset the chart elements values drawn previously.

elements
Chart elements.

イベント

AreaAdded : Action<IChartArea>

Areas added event.

AreaRemoved : Action<IChartArea>

Areas removed event.