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

Inheritance: Windows.UI.Xaml.Controls.Canvas, IAxisListener
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
Invalidate ( ) : void

Draws the grid lines.

Private Methods

Method 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 method

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

DisplayAxisGridLines() public method

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

Invalidate() protected abstract method

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