TimeSchedulerGraphType
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Specifies the graph type.
public sealed enum TimeSchedulerGraphType : System.Enum
Fields
Line
Specifies the graph is a line.
public TimeSchedulerGraphType Line
Result Type: TimeSchedulerGraphType
Step
Specifies the graph is a step.
public TimeSchedulerGraphType Step
Result Type: TimeSchedulerGraphType
StepWithFill
Specified the graph is a step with filled content.
public TimeSchedulerGraphType StepWithFill
Result Type: TimeSchedulerGraphType