C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.ISeriesHostExtensions

Extension methods for series hosts.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetDescendentSeries() публичный статический Метод

Gets all series that track their global indexes recursively.
public static GetDescendentSeries ( this rootSeriesHost ) : IEnumerable
rootSeriesHost this The root series host.
Результат IEnumerable

IsUsedByASeries() публичный статический Метод

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.
Результат bool