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.
|
public static GetDescendentSeries ( this rootSeriesHost ) : IEnumerable |
||
rootSeriesHost | this | The root series host. |
return | IEnumerable |
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 |