MobileForms Toolkit Documentation

Series Class

Series represents a source of data for the chart.

For a list of all members of this type, see Series Members.

System.Object
   Resco.Controls.CompactChart.Series
      Resco.Controls.CompactChart.SeriesByColumn
      Resco.Controls.CompactChart.SeriesByData
      Resco.Controls.CompactChart.SeriesByRow
      Resco.Controls.CompactChart.SeriesLabels

public class Series

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

General Series does not contain any data and always returns index (0,1,2...).

You can change Name of the Series and Color which the series is displayed with.

Requirements

Namespace: Resco.Controls.CompactChart

Assembly: Resco.CompactChart.CF3 (in Resco.CompactChart.CF3.dll)

See Also

Series Members | Resco.Controls.CompactChart Namespace