Click or drag to resize

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

[Missing <summary> documentation for "N:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles"]

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 Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable. This base class implements Equals and GetHashCode.
Public classNoConnection Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
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 symbol shape for a 3D scatter plot. Instances of this class have to be immutable.
Structures
 StructureDescription
Protected structureLineConnectionStyleBaseSegmentRange