IChart
Interface for working with charts.
Implementa: IChartBuilder, IThemeableChart, IPersistable
Propiedades
Areas : IEnumerable<IChartArea>
Chart areas.
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.
Métodos
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.
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.
Eventos
AreaAdded : Action<IChartArea>
Areas added event.
AreaRemoved : Action<IChartArea>
Areas removed event.