DayPilot.Scheduler.linkDotSize

The linkDotSize property (number) specifies the diameter of a dot representing an event link. The JavaScript Scheduler displays a dot in place of a full line with an arrow when linking two adjacent events of the 'FinishToStart' type.

Default Value

10

Example

Scheduler config:

{
  linkDotSize: 8,
  // ...
}