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

A set of extension methods for the DataPoint class.
Показать файл Открыть проект

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

Метод Описание
GetActualMargin ( this element, IAxis axis ) : double

Returns the actual margin for a given framework element and axis.

GetMargin ( this element, IAxis axis ) : double

Returns the margin for a given framework element and axis.

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

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

Returns the actual margin for a given framework element and axis.
public static GetActualMargin ( this element, IAxis axis ) : double
element this The framework element.
axis IAxis The axis along which to return the margin. ///
Результат double

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

Returns the margin for a given framework element and axis.
public static GetMargin ( this element, IAxis axis ) : double
element this The framework element.
axis IAxis The axis along which to return the margin. ///
Результат double