Public API Changes in Aspose.Diagram 5.7.0

Set Date Pattern Strings on the Timeline

The new DateFormatStringForBE and DateFormatStringForIntm properties have added in the TimelineHelper class. Example codes:

C#

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

timelineHelper.DateFormatStringForBE = "yyyy-MM-dd";

// set DateFormat String for intm of timeline shape

timelineHelper.DateFormatStringForIntm = "yyyy-MM-dd";

VB

 ' set DateFormat String for start and finish of timeline shape

timelineHelper.DateFormatStringForBE = "yyyy-MM-dd"

' set DateFormat String for intm of timeline shape

timelineHelper.DateFormatStringForIntm = "yyyy-MM-dd"