MobileForms Toolkit Documentation

CompactChart Class

Enables you to draw charts in your application.

For a list of all members of this type, see CompactChart Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Resco.Controls.CompactChart.CompactChart

public class CompactChart : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The CompactChart control lets you draw charts in your Windows Forms applications. You can use it to display these 5 types of charts:
Area chart Bar chart Doughnut chart Line chart Pie chart The first step when using CompactChart control should be to fill in the series of data.

Requirements

Namespace: Resco.Controls.CompactChart

Assembly: Resco.CompactChart.CF3 (in Resco.CompactChart.CF3.dll)

See Also

CompactChart Members | Resco.Controls.CompactChart Namespace