回答編集履歴
1
ソース変更
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
Chart1.Series(0).ChartType = DataVisualization.Charting.SeriesChartType.RangeBar
|
46
46
|
|
47
|
-
Chart1.Series(0).
|
47
|
+
Chart1.Series(0).YValueType = DataVisualization.Charting.ChartValueType.Time
|
48
48
|
|
49
49
|
|
50
50
|
|