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

Telerik.Web.UI.BulletSeries

Bullet series is a variation of a bar chart. The bullet graph compares a given quantitative measure (such as temperature) against qualitative ranges (e.g. warm, hot, mild, cool, chilly, cold, freezing, icy, frosty) and a symbol marker that encodes the comparative measure (for example the max temperature a year ago).

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.SeriesBase
  • Telerik.Web.UI.BulletSeries

Properties

Appearance SeriesAppearance

Defines the appearance settings of the series

AxisName String

Get/set the name of the axis, to which the values will be associated

ColorField String

Specifies the color of the series when the chart is databound.

Data String

Get/Set the serialized data entities in a list format. This property is usually set if the series is data bound

DataCurrentField String

For a data-binding scenario define the field for the current value.

DataField String

The data field with the values of the series

DataFieldSize String

Specifies the size value of the bubble item in bubble series when the chart is databound.

DataFieldTooltip String

Specifies the tooltip value of the bubble item in bubble series when the chart is databound.

DataFieldX String

The data field with the values of the series along the X axis

DataFieldY String

The data field with the values of the series along the Y axis

DataNoteTextField String

The data field with the notes of the series

DataTargetField BulletTargetAppearance

For a data-binding scenario define the field for the target value.

HighlightAppearance SeriesAppearance

Defines the highlight appearance settings of the series

Items SeriesItemCollection

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.

Remarks

The Items collection is Obsolete. Use the SeriesItems collection to programmatically set the series items.

Name String

Get/Set the name of the series

NotesAppearance SeriesAppearance

Defines the appearance settings of the notes

Opacity Decimal

The series opacity. By default the series are opaque with default value 1.

SeriesItems BulletSeriesItemCollection

The collection of series items for the Bullet series

Target BulletTargetAppearance

The target of the Bullet series.

TooltipsAppearance SeriesAppearance

Defines the appearance settings of the series

Type SeriesType

Gets the type of the series

Visible Boolean

Get/Set the visibility of the series

VisibleInLegend Boolean

Get/Set the visibility of the series in the legend

ZIndex Nullable1`

Specifies the color of the series when the chart is databound.

In this article