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

Extension methods for series hosts.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode 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 méthode

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

IsUsedByASeries() public static méthode

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.
Résultat bool