home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / bubblech.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  81 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'BubbleCh.pas' rev: 5.00
  6.  
  7. #ifndef BubbleChHPP
  8. #define BubbleChHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <TeEngine.hpp>    // Pascal unit
  14. #include <Series.hpp>    // Pascal unit
  15. #include <Chart.hpp>    // Pascal unit
  16. #include <Graphics.hpp>    // Pascal unit
  17. #include <Classes.hpp>    // Pascal unit
  18. #include <Windows.hpp>    // Pascal unit
  19. #include <SysInit.hpp>    // Pascal unit
  20. #include <System.hpp>    // Pascal unit
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Bubblech
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class DELPHICLASS TBubbleSeries;
  28. class PASCALIMPLEMENTATION TBubbleSeries : public Series::TPointSeries 
  29. {
  30.     typedef Series::TPointSeries inherited;
  31.     
  32. private:
  33.     Teengine::TChartValueList* FRadiusValues;
  34.     bool FSquared;
  35.     void __fastcall SetSquared(bool Value);
  36.     void __fastcall SetRadiusValues(Teengine::TChartValueList* Value);
  37.     double __fastcall ApplyRadius(const double Value, Teengine::TChartValueList* AList, bool Increment)
  38.         ;
  39.     
  40. protected:
  41.     virtual void __fastcall DrawValue(int ValueIndex);
  42.     
  43. public:
  44.     __fastcall virtual TBubbleSeries(Classes::TComponent* AOwner);
  45.     int __fastcall AddBubble(const double AX, const double AY, const double ARadius, const AnsiString AXLabel
  46.         , Graphics::TColor AColor);
  47.     virtual void __fastcall Assign(Classes::TPersistent* Source);
  48.     virtual void __fastcall DrawLegendShape(int ValueIndex, const Windows::TRect &Rect);
  49.     virtual void __fastcall FillSampleValues(int NumValues);
  50.     virtual int __fastcall NumSampleValues(void);
  51.     virtual bool __fastcall IsValidSourceOf(Teengine::TChartSeries* Value);
  52.     virtual double __fastcall MaxYValue(void);
  53.     virtual double __fastcall MinYValue(void);
  54.     virtual double __fastcall MaxZValue(void);
  55.     virtual double __fastcall MinZValue(void);
  56.     
  57. __published:
  58.     __property ColorEachPoint ;
  59.     __property Teengine::TChartValueList* RadiusValues = {read=FRadiusValues, write=SetRadiusValues};
  60.     __property bool Squared = {read=FSquared, write=SetSquared, default=1};
  61. public:
  62.     #pragma option push -w-inl
  63.     /* TCustomSeries.Destroy */ inline __fastcall virtual ~TBubbleSeries(void) { }
  64.     #pragma option pop
  65.     
  66. };
  67.  
  68.  
  69. //-- var, const, procedure ---------------------------------------------------
  70.  
  71. }    /* namespace Bubblech */
  72. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  73. using namespace Bubblech;
  74. #endif
  75. #pragma option pop    // -w-
  76. #pragma option pop    // -Vx
  77.  
  78. #pragma delphiheader end.
  79. //-- end unit ----------------------------------------------------------------
  80. #endif    // BubbleCh
  81.