Version

TreatDateTimeAsString Property (LineChartAppearance)

Determines whether this line chart should use an ordinal or time-based X-axis.
Syntax
'Declaration
 
Public Overridable Property TreatDateTimeAsString As Boolean
public virtual bool TreatDateTimeAsString {get; set;}
Remarks

If this property is set to False, the column headers in the data source will be parsed as DateTime objects. Or, if SwapRowsAndColumns is set to True, a column containing DateTime values or values which can be parsed as DateTimes can be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also