==== Herforder Kanu-Klub e.V. ====
[[lkv_10|10 Nordrhein-Westfalen]]
----
=== number of athletes at German Championships (all age groups) ===
{
chart: {
width: 80%,
height: 60%,
type: 'line'
},
series: [{
name: 'Number of Athletes (individual categories only)',
data: [3,2,1,1,1,1,1,4,3,1]
}],
xaxis: {
categories: [1991,1993,2000,2001,2002,2006,2007,2008,2009,2010]
}
}
=== number of athletes at German Championships U14 ===
{
chart: {
width: 80%,
height: 60%,
type: 'line'
},
series: [{
name: 'Number of Athletes (individual categories only)',
data: [1,4,2,1]
}],
xaxis: {
categories: [2000,2008,2009,2010]
}
}
=== number of athletes at German Championships U16/U18 ===
{
chart: {
width: 80%,
height: 60%,
type: 'line'
},
series: [{
name: 'Number of Athletes (individual categories only)',
data: [3,1,1,1,1,1]
}],
xaxis: {
categories: [1991,1993,2001,2002,2006,2007]
}
}
=== number of athletes at German Championships ===
{
chart: {
width: 80%,
height: 60%,
type: 'line'
},
series: [{
name: 'Number of Athletes (individual categories only)',
data: [1,1]
}],
xaxis: {
categories: [1993,2009]
}
}
----
----
== remark ==
* Athletes marked with (*) are from a different club.
* Results of German Championships: individual 1-10, prior to 2010: 1-3, teams: 1-3