軸ラベルの表示位置を設定するLocationプロパティですが、コードビハインドで設定する場合は以下のように設定してください。

var yAxis = new NumericYAxis();
AxisLabelSettings settings = new AxisLabelSettings();
settings.Location = AxisLabelsLocation.OutsideRight;
yAxis.LabelSettings = settings;

リファレンス
  • 「Location プロパティ」
    • https://jp.infragistics.com/help/wpf/infragisticswpf.controls.charts.xamdatachart~infragistics.controls.charts.axislabelsettings~location

 

Tagged:

製品について

Ultimate UI for WPF