PocketPlanner Programmer's Guide

ResourceViewSettings.TimelineScale Property

See Also

Gets or sets the scale factor of the timeline.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int TimelineScale { get; set; }

Visual Basic

Public Property TimelineScale As Integer

 Property Value

An integer value specifying the scale of the timeline expressed in percents. The allowed values range from 10 to 1000. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

Usually the size of the cells in the ResourceView is calculated to be large enough so that the texts in the timeline can fit without clipping. By using values other than 100 for this property, you can scale up or down the precalculated size of the cells.

 See Also