C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ISeriesHostExtensions

Extension methods for series hosts.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetDescendentSeries ( this rootSeriesHost ) : IEnumerable

Gets all series that track their global indexes recursively.

IsUsedByASeries ( this that, IAxis axis ) : bool

Gets a value indicating whether an axis is in use by the series host.

Method Details

GetDescendentSeries() public static method

Gets all series that track their global indexes recursively.
public static GetDescendentSeries ( this rootSeriesHost ) : IEnumerable
rootSeriesHost this The root series host.
return IEnumerable

IsUsedByASeries() public static method

Gets a value indicating whether an axis is in use by the series host.
public static IsUsedByASeries ( this that, IAxis axis ) : bool
that this The series host.
axis IAxis The axis that may or may not be used by a /// series.
return bool