Specifies the SmoothingMode for this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual SmoothingMode SmoothingMode { get; set; }
Visual Basic (Declaration)
Public Overridable Property SmoothingMode As SmoothingMode
Visual C++
public:
virtual property SmoothingMode SmoothingMode {
	SmoothingMode get ();
	void set (SmoothingMode value);
}

Field Value

A SmoothingMode containing the "SmoothingMode" attribute value.

Remarks

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

See Also