AbstractChartNodeSmoothingMode Property |
Specifies the SmoothingMode for this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual SmoothingMode SmoothingMode { get; set; }
Public Overridable Property SmoothingMode As SmoothingMode
Get
Set
public:
virtual property SmoothingMode SmoothingMode {
SmoothingMode get ();
void set (SmoothingMode value);
}
abstract SmoothingMode : SmoothingMode with get, set
override SmoothingMode : SmoothingMode with get, set
Property Value
Type:
SmoothingMode
A
SmoothingMode containing the "SmoothingMode" attribute value.
Remarks See Also