[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ISparklineGroup

ISparklineGroup Interface

Interface that supports creating a group of sparklines.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface ISparklineGroup : ICollection<ISparkline>, IEnumerable<ISparkline>, IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneable
Public Interface ISparklineGroup
    Inherits ICollection(Of ISparkline), IEnumerable(Of ISparkline), IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneable

Properties

Name Description
this[int]

Gets the ISparkline at the specified index.

Renderer

Gets or sets the renderer.

Setting

Gets or sets the setting.

Methods

Name Description
CloneSetting()

Clones a new sparkline group that copies the setting of the current sparkline group.

Events

Name Description
ClearItems

Occurs when all items are clear.

Updated

Occurs when updated.