C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.ISeriesHostExtensions

Extension methods for series hosts.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
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