[]
Represents a line on the timescale that draws attention to tasks that are ahead or behind the schedule.
public class ProgressLine : IDisposable
| Name | Description |
|---|---|
| LineColor | Gets or sets the color of the progress line. |
| LineStyle | Gets or sets line type of the progress line. |
| PointColor | Gets or sets the color of the point shape. |
| PointShape | Gets or sets the type of the point shape. |
| StatusDate | Gets or sets a fixed date for the progress line ('(NA)' means 'floating today'). |
| UseAntialiasing | Gets or sets whether the progress line is drawn with antialiasing. |
| Visible | Gets or sets whether the progress line is visible. |
| Name | Description |
|---|---|
| Dispose() | Clean up any resources being used. |
| ResetLineColor() | Resets the value of the LineColor property. |
| ResetPointColor() | Resets the value of the PointColor property. |