IMSL C# Numerical Library

AbstractChartNode.SmoothingMode Property

Specifies the SmoothingMode for this node.

public virtual System.Drawing.Drawing2D.SmoothingMode SmoothingMode {get; set;}

Property Value

A SmoothingMode containing the "SmoothingMode" attribute value.

Remarks

By default, SmoothingMode = SmoothingMode.None (no antialiasing).

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace