New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.CandlestickSeriesItem

The series item of the candlestick series.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItems.SeriesItemBase
  • Telerik.Web.UI.CandlestickSeriesItem

Properties

BackgroundColor Color

Specifies the background color of the series item

Close Nullable1`

Specifies the close value of the item.

DownColor Color

The down color is used when the close value of the item is lower than the open value.

High Nullable1`

Specifies the high value of the item.

Low Nullable1`

Specifies the low value of the item.

Open Nullable1`

Specifies the open value of the item.

In this article