2db902e82fe084e7d8876ee88402686d6d8e9078
FAQ/How-do-I-set-only-one-Y-axis-in-a-chart.md
| ... | ... | @@ -106,7 +106,7 @@ public override void CustomizeDundasChart(object chart, Hashtable properties, Ty |
| 106 | 106 | |
| 107 | 107 | ###VB (Dundas Engine) |
| 108 | 108 | ```visualbasic |
| 109 | -//Сode to use a common (left) Y axis: |
|
| 109 | +`Сode to use a common (left) Y axis: |
|
| 110 | 110 | Public Overrides Sub CustomizeDundasChart(chart As Object, properties As Hashtable, chartType As Type) |
| 111 | 111 | If chartType.FullName <> "Izenda.AdHoc.DundasBarChart" Then |
| 112 | 112 | Return |
| ... | ... | @@ -123,7 +123,7 @@ End Sub |
| 123 | 123 | |
| 124 | 124 | |
| 125 | 125 | |
| 126 | -//Code to hide the right Y axis: |
|
| 126 | +`Code to hide the right Y axis: |
|
| 127 | 127 | Public Overrides Sub CustomizeDundasChart(chart As Object, properties As Hashtable, chartType As Type) |
| 128 | 128 | If chartType.FullName <> "Izenda.AdHoc.DundasBarChart" Then |
| 129 | 129 | Return |