FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
... ...
@@ -69,7 +69,7 @@ public override void CustomizeChart(object chart, Hashtable properties)
69 69
```
70 70
71 71
72
-###VB
72
+###VB (Dundas Engine)
73 73
```visualbasic
74 74
Public Overrides Sub CustomizeDundasChart(chart As Object, properties As Hashtable, chartType As Type)
75 75
If chartType.FullName <> "Izenda.AdHoc.DundasBarChart" Then