[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ISparklineContainer

ISparklineContainer Interface

Interface that supports creating a model that represents a sparkline.

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

Properties

Name Description
IsEmpty

Gets a value that indicates whether this instance is empty.

this[int]

Gets the ISparklineGroup at the specified index.

Owner

Owner of this container.

Methods

Name Description
AddSparklineToGroup(ISparkline, ISparklineGroup)

Adds the sparkline to the existing group.

GetSparkline(int, int)

Gets the sparkline information.

GetSparkline(int, int, out ISparklineGroup, out ISparkline)

Gets the sparkline in the specified location.

RemoveSparkline(int, int)

Removes the sparkline.

Events

Name Description
Changed

Occurs when the sparkline group or sparkline has been changed.