Search
TimelineSettings.setSpanCellCount Method
See Also
 






Sets a value indicating the number of cells to span when getSpanTexts is enabled.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setSpanCellCount (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the number of cells to span. Set to null to use the corresponding value from the current theme.

 Remarks

If this value is 0, it is automatically calculated based on the current scale factor, which is specified by ResourceViewSettings.getTimelineScale.

 See Also