ComponentOne Studio - Cloud Business App Edition
Features

The table below shows a list of features supported by FlexChart for Cloud Business Application:

Name

Possible Values

Description

Select Chart Type String Shows a list of options for a user to select the type of chart to create. User can select chart type for the entire control as well as individual series.
Adjust DataLabel DataLabel Allows specifying content and position for data label corresponding to data points in the chart.
Header Visibility String Allows user to enter the string value to be visible in the chart header. User can customize the header style using the available properties.
Footer Visibility String Allows user to enter the string value to be visible in the chart footer. User can customize the footer style using available properties.
Select Palette String Shows a list of palette options to be used as default colors for displaying each series.
Rotate Chart Boolean Enables flipping the chart axes so that X is vertical and Y horizontal.
Selection Mode String Shows a list of options for a user to specify whether and what will be selected when a user clicks the chart.
Tooltip Visibility ChartTooltip Enables users to specify tooltip content for chart's data values and control its visibility.
Line Markers Collection<lineMarker> Provides collection editor to add line markers to the FlexChart.
Range Selectors Collection<rangeSelector> Provides collection editor to add range selectors to the FlexChart.

Back to Top

You can set these properties in the designer through the Properties window. The example below demonstrates how to enable Range Selector in FlexChart using the data ApplicationData.FinanceDatas from the local database file ApplicationData.mdf.

  1. In the designer, select the FlexChart to open the Properties window.
  2. In the Properties window, expand the Advanced tab node.
  3. Click on the '+' symbol corresponding to Range Selectors (0 Items) collection editor. An Item[0] is added under Range Selectors dropdown. Check the Is Visible checkbox and select X from the Orientation dropdown.

  4. Press F5 to run the project.
Back to Top

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Documentation Feedback  |  Product Support Forum