-1
WPF Chart ToolkitでY軸のタイトル位置の位置や向きを変更する方法はありますか? Place where I need the rotated titlewpfツールキットチャートの軸のタイトル位置
WPF Chart ToolkitでY軸のタイトル位置の位置や向きを変更する方法はありますか? Place where I need the rotated titlewpfツールキットチャートの軸のタイトル位置
を私はこれが役に立てば幸い:
あなたにツールキット追加した考える:そして、この内部を追加
xmlns:DVC="clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit"
を
私は絵のようにタイトルを移動し、回転させる必要がありますあなたの/ DVC:Chart>コントロールは、写真と同様の向きに表示されることがあります。
<DVC:Chart.Axes>
<DVC:LinearAxis Interval="10" Orientation="X" ShowGridLines="True" Title="Pressure (Torr)"/>
<DVC:LinearAxis Interval="100" Orientation="Y" Location="Top" ShowGridLines="True" Title="Pumping Speed"/>
</DVC:Chart.Axes>