Sets the scale factor of the timeline.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public void setTimelineScale ( |
An integer value specifying the scale of the timeline expressed in percents. The allowed values range from 10 to 1000. Set to null to use the corresponding value from the current theme.
Usually the size of the cells in the CalendarView.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.
JPlanner Programmer's Guide | © 2023 MindFusion |