| Wijmo Control Toolkit Extender Controls > Chart Extenders > C1LineChartExtender > C1LineChartExtender Tutorial > Step 1 of 3: Adding a C1LineChartExtender to the Page |
In this topic you add some content to a Panel control and associate a C1LineChartExtender control with it to create a line chart.
<wijmo:C1LineChartExtender ID="Panel1_C1LineChartExtender" runat="server"
ChartLabelFormatString="" TargetControlID="Panel1">
<Footer Compass="South" Visible="False">
</Footer>
<Legend>
<Size Height="3" Width="30">
</Size>
</Legend>
<Axis>
<Y Compass="West" Visible="False">
<Labels TextAlign="Center">
</Labels>
<GridMajor Visible="True">
</GridMajor>
</Y>
</Axis>
</wijmo:C1LineChartExtender>
In the next step you will set some of the extender properties.