==== Number of Participants - Youth Olympic Games ====
^ Year ^ Venue ^ C2-mixed ^ C1 women ^ K1 women ^ C1-men ^ C2-men ^ K1 men ^ Men's Kayak Cross ^ Women's Kayak Cross ^ Number of individuals ^ Nations ^
| [[:en_international:result:YOG2018|2018]] | Buenos Aires/ARG | 0 | 3 | 3 | 3 | 0 | 3 | 0 | 0 | 10 | 9 |
| [[:en_international:result:YOG2014|2014]] | Nanjing/CHN | 0 | 3 | 3 | 3 | 0 | 3 | 0 | 0 | 12 | 8 |
| [[:en_international:result:YOG2010|2010]] | Singapore/SGP | 0 | 0 | 3 | 3 | 0 | 3 | 0 | 0 | 9 | 8 |
=== Number of Athletes (individual categories only) ===
{
chart: {
width: 80%,
height: 60%,
type: 'bar'
},
series: [{
name: 'Athletes',
data: [9,12,10]
}],
xaxis: {
categories: [2010,2014,2018]
}
}
=== Number of participating nations ===
{
chart: {
width: 80%,
height: 60%,
type: 'bar'
},
series: [{
name: 'nations',
data: [8,8,9]
}],
xaxis: {
categories: [2010,2014,2018]
}
}