Click or drag to resize
ISeriesT Interface
ISeries interface

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public interface ISeries<T>

Type Parameters

T

The ISeriesT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count
Public propertyItem
Gets the value
Top
Methods
  NameDescription
Public methodHasValue
If series has value
Top
See Also