ComponentOne LineChart for ASP.NET Web Forms
In This Topic
    Samples
    In This Topic

    Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos, which may make use of other ComponentOne development tools included with ComponentOne Studio Enterprise.

    C# Samples

    The following pages within the ControlExplorer sample installed with ASP.NET Web Forms Edition detail the C1LineChart control's functionality:

    Sample Description
    Area This sample shows how to create an Area chart using the Type property.
    AreaSpline This sample demonstrates how to create an area spline chart. The line is curved from point to point instead of drawing a straight line from point to point. The two properties used in this sample are: Type which tells the lines to render as filled areas and SeriesList.LineChartSeries.FitType="Spline" which tells this line in the series to render as a curved line.
    Overview The C1LineChart allows you to create customized line charts. The samples in this section highlight some of the unique features of the chart, and they will help you get started with C1LineChart. The source in this sample will show you how to add a header to the chart; how to format the axes; how to add chart labels; and how to populate the chart with data.
    Animation This sample demonstrates how to set the animation of your linecharts. This example uses the animation and seriesTransition options of the line chart.
    Trends This sample demonstrates how simple it is to show trends using a line chart.
    Symbols This sample shows how to use symbols, such as images, as markers in a line chart.
    Ajax Data This sample illustrates how to create a chart using data from an external data source. In this example, we are using data from the Netflix OData feed.
    Data binding This sample demonstrates how to bind the line chart simply by setting the DataSourceID.
    DateTime This sample demonstrates how to add dates with corresponding data to a line chart.
    Streaming data This sample simulates streaming data using the getLinePath and getLineMarkers methods.