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

Inheritance: Windows.UI.Xaml.Controls.Canvas, IAxisListener
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
AxisInvalidated ( IAxis axis ) : void

Redraws grid lines when the axis is invalidated.

DisplayAxisGridLines ( DisplayAxis axis ) : System

Instantiates a new instance of the DisplayAxisGridLines class.

Méthodes protégées

Méthode Description
Invalidate ( ) : void

Draws the grid lines.

Private Methods

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

Method Details

AxisInvalidated() public méthode

Redraws grid lines when the axis is invalidated.
public AxisInvalidated ( IAxis axis ) : void
axis IAxis The invalidated axis.
Résultat void

DisplayAxisGridLines() public méthode

Instantiates a new instance of the DisplayAxisGridLines class.
public DisplayAxisGridLines ( DisplayAxis axis ) : System
axis DisplayAxis The axis used by the DisplayAxisGridLines.
Résultat System

Invalidate() protected abstract méthode

Draws the grid lines.
protected abstract Invalidate ( ) : void
Résultat void