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

A set of extension methods for the DataPoint class.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
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.

Method Details

GetActualMargin() public static méthode

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

GetMargin() public static méthode

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