Click or drag to resize
AbstractChartNodeSkipWeekends Property
Specifies whether to skip weekends.

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

Property Value

Type: Boolean
A bool which contains the "SkipWeekends" attribute value.
Remarks
By default, SkipWeekends = false.
See Also