For a list of all members of this type, see ChartBook Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TabControl
public class ChartBook : TabControl , IComponent, IDisposable
, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject
, IOleWindow, IViewObject, IViewObject2, IPersist, IPersistStreamInit
, IPersistPropertyBag, IPersistStorage, IQuickActivate, ISupportOleDropSource
, IDropTarget, ISynchronizeInvoke, IWin32Window, IArrangedElement
, IBindableComponent, IKeyboardToolTip

Remarks


ChartBook is a TabControl derived component that automatically creates a chart when a new  
    is added at design or run-time.

myChart = chartBook1.AddChart();


Tabs can optionally show a chart "commander" toolbar.

chartBook1.ShowToolBar = true;

Requirements

Namespace: Steema.TeeChart Namespace

Assembly: TeeChart.dll

See Also

ChartBook members | Steema.TeeChart Namespace