Click or drag to resize

ISeriesT Interface

ISeries interface

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
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
Public propertySeriesDisplayName
Top
Methods
  NameDescription
Public methodHasValue
If series has value
Top
See Also