[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Bullet.RangeCollection

RangeCollection Class

Represents a collection of the Range objects for GrapeCity.ActiveReports.Rendering.Components.Bullet.BulletChart.

Inheritance
RangeCollection
Namespace: GrapeCity.ActiveReports.Rendering.Components.Bullet
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class RangeCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
RangeCollection()

Fields

Name Description
BoundValuePropertyName
CountPropertyName

Properties

Name Description
this[int]

Gets the Range at the specified index.

Methods

Name Description
Add(Range)

Adds the Range to the collection.

Parse(IPropertyBag, string)

Collects range collection from IPropertyBag.

Extension Methods