Offentlig API Ändringar i Aspose.Diagram 5.7.0

Ställ in datummönstersträngar på tidslinjen

De nya egenskaperna DateFormatStringForBE och DateFormatStringForIntm har lagts till i klassen TimelineHelper. Exempelkoder:

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"