In This Topic
With the C1Studio installer, you get our MVC control samples that help you understand the implementation of the product. The C# samples are available at the default installation folder - Documents\ComponentOne Samples\ASP.NET MVC Core\CS.
The list of available C# samples is as follows:
Sample |
Description |
FinancialChartExplorer |
This sample demonstrates working of financial charts and their features. |
FlexSheetExplorer |
This sample demonstrates working of FlexSheet control and its features. The FlexSheet control extends the FlexGrid control and provides an Excel-like functionality. |
FlexViewerExplorer |
This sample demonstrates various features of ReportViewer and PdfViewer. |
HowTo |
The samples included in HowTo folder are basic getting started guide for our popular controls. It includes the sample for the following applications.
- C1Finance - The application retrieves financial data from Quandl and calculates the current value and change for each stock. It also creates charts comparing the evolution in stock value for each company.
- CollectionView - CollectionView 101 sample shows how to get started with ASP.NET MVC's CollectionView controls.
- Dashboard Demo - This sample shows a multi-screen dashboard application that displays FlexGrid, FlexChart, BulletGraph controls to show data.
- DynamicDashboard - This sample shows how to create a customized dashboard with the use of C1 ASP.NET Core MVC controls. The sample, uses following C1 controls:- FlexGrid, FlexChart, BulletGraph, LinearGauge, and ComboBox.
- FlexChart - This sample demonstrates how to get started with ASP.NET MVC's FlexChart controls.
- FlexGrid - This sample demonstrates how to get started with ASP.NET MVC's FlexGrid controls.
- FlightStatistics - The sample shows a statistics application written in ASP.NET Core MVC that demonstrates flight statistics. This application displays statistical data about flights. The statistics include Region-wise total flights, Region-wise on-time performance, Region-wise average delay and city-wise statistics. The city-wise statistics include AverageDelay, CompletionFactor, Percentage of delayed flights, Percentage of on-time flights, Ranking, Delay trend, etc.
- Gauge - This sample demonstrates how to get started with ASP.NET MVC's Gauge controls.
- Input - This sample demonstrates how to get started with MVC's Input controls.
|
MultiRowExplorer |
This sample demonstrates working of MultiRow control and its features. The MultiRow control extends conventional grid layouts by using multiple rows to represent each data item. |
MvcExplorer |
This sample includes implementation for the following controls.
- FlexGrid
- FlexPie
- FlexChart
- FlexRadar
- TreeView
- Linear Gauge
- TreeMap
- Input Controls
- Radial Gauge
- Sunburst Chart
|
OlapExplorer |
This sample demonstrates how to bind data to an OLAP control. It includes the following data binding methods.
- Remote Bind
- DataEngine Service(DataEngine)
- DataEngine Service(DataSource)
- DataEngine Service(SSAS)
|
Razor Pages |
The sample demonstrates working of all controls in ComponentOne ASP.NET MVC Edition and its features based on ASP.NET Core Razor Pages. |