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

상속: Windows.UI.Xaml.Controls.Canvas, IAxisListener
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
AxisInvalidated ( IAxis axis ) : void

Redraws grid lines when the axis is invalidated.

DisplayAxisGridLines ( DisplayAxis axis ) : System

Instantiates a new instance of the DisplayAxisGridLines class.

보호된 메소드들

메소드 설명
Invalidate ( ) : void

Draws the grid lines.

비공개 메소드들

메소드 설명
OnAxisPropertyChanged ( DisplayAxis oldValue, DisplayAxis newValue ) : void

AxisProperty property changed handler.

OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void

Redraws grid lines when the size of the control changes.

메소드 상세

AxisInvalidated() 공개 메소드

Redraws grid lines when the axis is invalidated.
public AxisInvalidated ( IAxis axis ) : void
axis IAxis The invalidated axis.
리턴 void

DisplayAxisGridLines() 공개 메소드

Instantiates a new instance of the DisplayAxisGridLines class.
public DisplayAxisGridLines ( DisplayAxis axis ) : System
axis DisplayAxis The axis used by the DisplayAxisGridLines.
리턴 System

Invalidate() 보호된 추상적인 메소드

Draws the grid lines.
protected abstract Invalidate ( ) : void
리턴 void