from_date_time method
from_date_time(value)
Creates a ChartXValue instance of the ChartXValueType.DATE_TIME type.
def from_date_time(self, value: datetime.datetime):
...
Parameter | Type | Description |
---|---|---|
value | datetime.datetime |
See Also
- module aspose.words.drawing.charts
- class ChartXValue