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

A set of extension methods for the DataPoint class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

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