BarGraph : Chart
      (static) PersistableObject Construct()
      (static) BarGraph DailyAverage( SnapshotHistory history, string reportName, string valueName )
      (static) BarGraph Growth( SnapshotHistory history, string reportName, string valueName )
      (static) int LookupReportValue( Snapshot ss, string reportName, string valueName )
      (static) BarGraph OverTime( SnapshotHistory history, string reportName, string valueName, int step, int max, int ival )
      (ctor) BarGraph()
      (ctor) BarGraph( string name, string fileName, int ticks, string xTitle, string yTitle, BarGraphRenderMode rm )
      int FontSize( get; set; )
      int Interval( get; set; )
      BarRegion[] Regions( get; set; )
      BarGraphRenderMode RenderMode( get; set; )
      int Ticks( get; set; )
      PersistableType TypeID( get; )
      string xTitle( get; set; )
      string yTitle( get; set; )
      virtual void DeserializeAttributes( PersistanceReader ip )
      virtual void SerializeAttributes( PersistanceWriter op )