Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のサンプルでは、X 軸を -90 まで回転させます。ラベルの値が垂直になりました。一部の値は、「Sample Quotes」のように巨大です。
この巨大な値により、My label 領域が増加し、チャート領域が減少します。
Microsoft チャート コントロールで X 軸のラベルの長さを修正することは可能ですか?
この質問に対する答えを得ました。
これは
MSChart.ChartAreas[0].AxisX.LabelAutoFitStyle = LabelAutoFitStyles.WordWrap; MSChart.ChartAreas[0].AxisX.IsLabelAutoFit = true;
よろしく、 カーシック