56 wxSize GetSize(
int orient, wxSize hint);
57 void SetData(DASH_CAP,
double, wxString);
61 const int c_GridLines = 4;
62 double m_ArrayAltitude[ALTITUDE_RECORD_COUNT];
65 double m_Range = c_GridLines;
67 double m_meanAltitude = 0.0;
68 double m_sum2Altitude = 0.0;
69 int m_Attenuation = 1;
71 wxString m_AltitudeUnit;
74 void Draw(wxGCDC* dc);
75 void DrawBackground(wxGCDC* dc);
76 void DrawForeground(wxGCDC* dc);
79 void setAttenuation(
int steps);