XBarSChartSetData.GetCharts Method

Returns the component charts in this chart set.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IEnumerable<IChartData> GetCharts()

Return Value

IEnumerable<IChartData>

Implements

IChartSetData.GetCharts()

See Also