Method | Description | |
---|---|---|
AxisInvalidated ( IAxis axis ) : void |
Redraws grid lines when the axis is invalidated.
|
|
DisplayAxisGridLines ( |
Instantiates a new instance of the DisplayAxisGridLines class.
|
Method | Description | |
---|---|---|
Invalidate ( ) : void |
Draws the grid lines.
|
Method | Description | |
---|---|---|
OnAxisPropertyChanged ( |
AxisProperty property changed handler.
|
|
OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void |
Redraws grid lines when the size of the control changes.
|
public AxisInvalidated ( IAxis axis ) : void | ||
axis | IAxis | The invalidated axis. |
return | void |
public DisplayAxisGridLines ( |
||
axis | The axis used by the DisplayAxisGridLines. | |
return | System |