Public API Changes in Aspose.Diagram 5.7.0

Set Date Pattern Strings on the Timeline

The new setDateFormatStringForBE and setDateFormatStringForIntm methods have been added in the TimelineHelper class. Example codes:

Java

 // set DateFormat String for start and finish of timeline shape

timelineHelper.setDateFormatStringForBE("yyyy-MM-dd");

// set DateFormat String for intm of timeline shape

timelineHelper.setDateFormatStringForIntm("yyyy-MM-dd");