Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles Namespace |
[Missing <summary> documentation for "N:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles"]
Classes | Class | Description |
---|
| BezierConnection |
Connects 2 consecutive points by a straight line, then the next two points are not connected, and so on. Instances of this class have to be immutable.
|
| LineConnectionStyleBase |
Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
This base class implements Equals and GetHashCode.
|
| NoConnection |
Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
|
| Segment2Connection |
Connects 2 consecutive points by a straight line, then the next two points are not connected, and so on. Instances of this class have to be immutable.
|
| Segment3Connection |
Connects 2 consecutive points by a straight line, then the next two points are not connected, and so on. Instances of this class have to be immutable.
|
| SplineConnection |
Connects 2 consecutive points by a straight line, then the next two points are not connected, and so on. Instances of this class have to be immutable.
|
| StepConnectionBase |
Connects by drawing a horizontal line to the x coordinate of the next point, and then a vertical line. Instances of this class have to be immutable.
|
| StepHorizontalCenteredConnection |
Connects by drawing a horizontal line to the x coordinate of the next point, and then a vertical line. Instances of this class have to be immutable.
|
| StepHorizontalConnection |
Connects by drawing a horizontal line to the x coordinate of the next point, and then a vertical line. Instances of this class have to be immutable.
|
| StepVerticalCenteredConnection |
Connects by drawing a horizontal line to the x coordinate of the next point, and then a vertical line. Instances of this class have to be immutable.
|
| StepVerticalConnection |
Connects by drawing a horizontal line to the x coordinate of the next point, and then a vertical line. Instances of this class have to be immutable.
|
| StraightConnection |
Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
|
Structures