Click or drag to resize
AbstractChartNodeSmoothingMode Property
Specifies the SmoothingMode for this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual SmoothingMode SmoothingMode { get; set; }

Property Value

Type: SmoothingMode
A SmoothingMode containing the "SmoothingMode" attribute value.
Remarks
By default, SmoothingMode = SmoothingMode.None (no antialiasing).
See Also