DayPilot.Gantt.progressiveTaskRenderingMargin

The progressiveTaskRenderingMargin property (number) specifies the size of the buffer, in pixels, beyond the Gantt viewport where task boxes will be rendered.

Declaration

DayPilot.Gantt.progressiveTaskRenderingMargin

Default Value

50

Notes

Examples

JavaScript

const gantt = new DayPilot.Gantt("dp", {
  progressiveTaskRenderingMargin: 200,
  // ...
});
gantt.init();

Angular

<daypilot-gantt [config]="config"></daypilot-gantt>
config: DayPilot.GanttConfig = {
  progressiveTaskRenderingMargin: 200,
  // ...
};

React

<DayPilotGantt
  progressiveTaskRenderingMargin={200}
  {/* ... */}
/>

Vue

<DayPilotGantt
  :progressiveTaskRenderingMargin="200"
  <!-- ... -->
/>

See Also

DayPilot.Gantt.progressiveTaskRendering

DayPilot.Gantt.progressiveTaskRenderingCacheSweeping

DayPilot.Gantt.progressiveTaskRenderingCacheSize

DayPilot.Gantt Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript