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 Studios.
Note: ComponentOne samples are also available at http://helpcentral.componentone.com.
C# ChartSamples Sample
Sample | Description |
Advanced | |
AggregateChart | Represents built-in aggregate features. |
Functions | Plots the function represented by javascript expression. |
MovAverage | Creates two moving average trend lines with different periods. |
Parametric | Plots the function defined parametrically with two equations x = x(t) and y = y(t). |
PolygonPlot | Shows a Polygon chart with multiple series. |
TrendLines | Shows available trend line types. |
Appearance | |
Animation | Shows animation when loading chart data. |
Bubble | Shows a complex Bubble chart. |
Effects | Built-in effects(border and shadow) applied to the plot elements. Demonstrates the effects of the following visual effects properties on any of the charts: BorderEffect.BorderStyle, BorderEffect.LightAngle, BorderEffect.Thickness, BorderStyle.Light, BorderStyle.Combo, BorderStyle.Dark, ShadowEffect.Color, ShadowEffect.Depth, ShadowEffect.LightAngle, ShadowEffect.Opacity, and ShadowEffect.Softness. |
Axes | |
AxisOrigin | Shows how to control the Axis position with its origin. |
AxisTicks | Demonstrates various options for axis ticks. |
CustomLabels | Shows how to customize the position and appearance of axis labels. |
DependentAxes | Uses dependent axes to display the temperature in different units. |
LogAxes | Shows various options of logarithmic chart axes. |
Basics | |
Gallery | Demonstrates the effect of the 12 different themes and palettes used on the various chart types. |
ImageExport | Demonstrates chart export to image file. |
Labels & Tooltips | Shows how to use labels and tooltips on Column, Line Symbols, and Pie charts. |
Radar | Displays a Radar chart. |
Combination | |
ComplexChart | Illustrates a complex chart with different data series. |
FinancialChart | Shows two y-axes for the Financial chart with column and candle data series. |
PlotAreasHorizontal | Shows plot areas stacked horizontally. |
PlotAreasVertical | Shows plot areas stacked vertically. |
Interaction | |
AddRemove | Shows how to add or remove markers. |
DragDrop | Shows how to drag a column from a data series to another chart. |
InteractiveChart | Demonstrates how to use the mouse button to zoom, the ctrl key and mouse button to scale, and the shift plus the mouse button to translate. It also shows how to zoom out. |
Markers | Shows vertical and horizontal markers. |
MouseMarker | Shows the marker moving with the mouse. |
ZoomChart | Demonstrates built-in panning and zooming features. |
Performance | |
Dynamic | Shows dynamic data with trend lines. |
LargeData | Interactive chart with 50000 data points. |
C# ChartEditor Sample
Sample | Description |
ChartEditor | Demonstrates how to use ChartEditor control. Main properties of the chart can be edited at runtime with ChartEditor. The ChartEditor in this sample is docked at the right of the form. |
C# ChartExtended Sample
Sample | Description |
Functions | Plots simple function y=f(x). The code of function can be modified at runtime. |
Parametric | Plots parametric function that is defined by two equations x=x(t) and y=y(t). |
TrendLines | Shows various options of trend lines. |
MovingAverage | Plots moving average trend. |
Live | Plots dynamic data with automatic calculation of minimum, maximum and average. |
To run any of the Chart for Silverlight samples:
1. Open Visual Studio or Microsoft Expression Blend.
2. Select File | Open Project/Solution.
3. Click the drop-down Look in list and find the "<PersonalDocumentsFolder>\ComponentOne Samples\Common" where <PersonalDocumentsFolder> is the users Documents folder. This is the default location of the sample created by the installation program. The location may be different if you installed Chart for Silverlight elsewhere on your machine.
4. Select the Samples.sln and click Open to open the project in Blend or Visual Studio
5. Select Project | Test Solution or click F5 to run the sample.