Click or drag to resize

Altaxo.Graph.Graph3D.Plot.Styles.LineConnectionStyles Namespace

Contains line-connection strategies for three-dimensional plot styles.
Classes
 ClassDescription
Public classLineConnectionStyleBase Provides the base implementation for immutable three-dimensional line-connection styles. This base class implements Equals(Object) and GetHashCode.
Public classNoConnection Represents a line-connection style that draws no connecting line.
Public classStraightConnection Represents a line-connection style that connects points with straight segments.