Shape
public enum Shape : String, Encodable
Determines the line shape.
With spline the lines are drawn using spline interpolation. The other available values correspond to step-wise line shapes.
Note
Used byShapedSmoothDashedLine.shape
, ScatterCarpet<AData,
BData>.ShapedSmoothDashedLine.shape
, ScatterPolar<RData,
ThetaData>.ShapedSmoothDashedLine.shape
.