Method GridLineY
| Improve this Doc View SourceGridLineY(GridPoint, Int32, Pen, Nullable<GridPlacement>)
Defines vertical grid line.
Declaration
public DataPresenter.TemplateBuilder GridLineY(GridPoint startGridPoint, int length, Pen pen = null, GridPlacement? placement = default(GridPlacement? ))
Parameters
Type | Name | Description |
---|---|---|
GridPoint | startGridPoint | The start point of the grid line. |
System.Int32 | length | The length of the grid line. |
System.Windows.Media.Pen | pen | The pen used to draw the grid line. |
System.Nullable<GridPlacement> | placement | The placement of the grid line. |
Returns
Type | Description |
---|---|
DataPresenter.TemplateBuilder | This template builder for fluent coding. |