public string [] TimeAxisDataSourceTimestampsForAxis (NChartTimeAxis timeAxis) { return new string[] { "1", "2", "3" }; }
public string[] Timestamps (NChartTimeAxis nChartTimeAxis) { return new string[]{ "1", "2", "3" }; }
public string [] Timestamps(NChartTimeAxis timeAxis) { return(new string[] { "1", "2", "3" }); }