IGridLinesPanel Interface Members
The following tables list the members exposed by IGridLinesPanel.
Public Properties
| Name | Description | |
|---|---|---|
![]() | BorderThickness | Gets the thickness of any border applied to the panel |
![]() | Height | Gets the height of the panel in pixels |
![]() | Width | Gets the width of the panel in pixels |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AddLine | Adds a line to the panel in the specific SciChart.Charting.XyDirection |
![]() | Clear | Clears the grid lines in a specific direction |
![]() | GenerateElement | Generates and adds a System.Windows.Shapes.Line element to the GridLinesPanel. Applies the direction and style to the line as well as Id so they may be re-used (pooled) |
![]() | RemoveElementsAfter | Removes all System.Windows.Shapes.Line instances after the specified index. This method is used when re-drawing the SciChart.Charting.Visuals.SciChartSurface when the number of lines has reduced from one redraw to the next. |
See Also

