Click or drag to resize

Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles Namespace

Contains line-connection strategies for GDI plot styles.
Classes
 ClassDescription
Public classBezierConnection 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.
Public classLineConnectionStyleBase Provides the base implementation for immutable 2D line connection styles. This base class implements Equals(Object) and GetHashCode.
Public classNoConnection Represents a connection style that draws no connecting line.
Public classSegment2Connection 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.
Public classSegment3Connection 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.
Public classSplineConnection 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.
Public classStepConnectionBase 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.
Public classStepHorizontalCenteredConnection 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.
Public classStepHorizontalConnection 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.
Public classStepVerticalCenteredConnection 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.
Public classStepVerticalConnection 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.
Public classStraightConnection Represents a connection style that connects points using straight line segments.
Structures
 StructureDescription
Protected structureLineConnectionStyleBaseSegmentRange Describes a contiguous segment range to render.