A plot element that draws a grid.
More...
|
IReadOnlyList< double > | Side1Start [get, set] |
| The starting point for the first side of the grid. More...
|
|
IReadOnlyList< double > | Side1End [get, set] |
| The ending point for the first side of the grid. More...
|
|
IReadOnlyList< double > | Side2Start [get, set] |
| The starting point for the second side of the grid. More...
|
|
IReadOnlyList< double > | Side2End [get, set] |
| The ending point for the second side of the grid. More...
|
|
int | IntervalCount = 10 [get, set] |
| The number of intervals between grid lines. Note that the number of grid lines will be one greater than this. More...
|
|
IContinuousCoordinateSystem | CoordinateSystem [get, set] |
| The coordinate system used to transform the points from data space to plot space. More...
|
|
PlotElementPresentationAttributes | PresentationAttributes = new PlotElementPresentationAttributes() { Stroke = new SolidColourBrush(Colour.FromRgb(220, 220, 220)) } [get, set] |
| Presentation attributes determining the appearance of the grid. More...
|
|
string | Tag [get, set] |
| A tag to identify the grid in the plot. More...
|
|
ICoordinateSystem | CoordinateSystem [get] |
| The coordinate system used to transform the points from data space to plot space. More...
|
|
A plot element that draws a grid.
Definition at line 841 of file Axes.cs.
◆ Grid()
VectSharp.Plots.Grid.Grid |
( |
IReadOnlyList< double > |
side1Start, |
|
|
IReadOnlyList< double > |
side1End, |
|
|
IReadOnlyList< double > |
side2Start, |
|
|
IReadOnlyList< double > |
side2End, |
|
|
IContinuousCoordinateSystem |
coordinateSystem |
|
) |
| |
Create a new Grid instance.
- Parameters
-
side1Start | The starting point for the first side of the grid. |
side1End | The ending point for the first side of the grid. |
side2Start | The starting point for the second side of the grid. |
side2End | The ending point for the second side of the grid. |
coordinateSystem | The coordinate system used to transform the points from data space to plot space. |
Definition at line 892 of file Axes.cs.
◆ Plot()
void VectSharp.Plots.Grid.Plot |
( |
Graphics |
target | ) |
|
◆ CoordinateSystem
◆ IntervalCount
int VectSharp.Plots.Grid.IntervalCount = 10 |
|
getset |
The number of intervals between grid lines. Note that the number of grid lines will be one greater than this.
Definition at line 866 of file Axes.cs.
◆ PresentationAttributes
Presentation attributes determining the appearance of the grid.
Definition at line 877 of file Axes.cs.
◆ Side1End
IReadOnlyList<double> VectSharp.Plots.Grid.Side1End |
|
getset |
The ending point for the first side of the grid.
Definition at line 851 of file Axes.cs.
◆ Side1Start
IReadOnlyList<double> VectSharp.Plots.Grid.Side1Start |
|
getset |
The starting point for the first side of the grid.
Definition at line 846 of file Axes.cs.
◆ Side2End
IReadOnlyList<double> VectSharp.Plots.Grid.Side2End |
|
getset |
The ending point for the second side of the grid.
Definition at line 861 of file Axes.cs.
◆ Side2Start
IReadOnlyList<double> VectSharp.Plots.Grid.Side2Start |
|
getset |
The starting point for the second side of the grid.
Definition at line 856 of file Axes.cs.
◆ Tag
string VectSharp.Plots.Grid.Tag |
|
getset |
A tag to identify the grid in the plot.
Definition at line 882 of file Axes.cs.
The documentation for this class was generated from the following file: