Click or drag to resize

DropAreaPlotStyle(ILineConnectionStyle, Boolean, Boolean, CSPlaneID, BrushX, ColorLinkage) Constructor

Initializes a new instance of the DropAreaPlotStyle class.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DropAreaPlotStyle(
	ILineConnectionStyle connection,
	bool ignoreMissingDataPoints,
	bool connectCircular,
	CSPlaneID direction,
	BrushX fillBrush,
	ColorLinkage fillColorLinkage
)

Parameters

connection  ILineConnectionStyle
The connection style.
ignoreMissingDataPoints  Boolean
Whether to ignore missing data points.
connectCircular  Boolean
Whether to connect the last and first point.
direction  CSPlaneID
The fill direction.
fillBrush  BrushX
The fill brush.
fillColorLinkage  ColorLinkage
The fill color linkage.
See Also