Back to Server.Engines.Reports

BarGraphRenderer : ChartRenderer

(ctor) BarGraphRenderer()
(ctor) BarGraphRenderer( Color bgColor )
Color BackgroundColor( set; )
int BottomBuffer( set; )
Color FontColor( set; )
string FontFamily( get; set; )
int Height( get; set; )
BarGraphRenderMode RenderMode( get; set; )
bool ShowData( get; set; )
bool ShowLegend( get; set; )
int TopBuffer( set; )
string VerticalLabel( get; set; )
int VerticalTickCount( get; set; )
int Width( get; set; )
void AssignDefaultSettings()
void CalculateBarWidth( int dataCount, float barGraphWidth )
void CalculateGraphDimension()
float CalculateImgFontWidth( string text, float size, string family )
void CalculateSweepValues()
void CalculateTickAndMax()
void CollectDataPoints( string[] values )
void CollectDataPoints( string[] labels, string[] values )
virtual Bitmap Draw()
void DrawBars( Graphics graph )
void DrawLegend( Graphics graph )
void DrawRegions( Graphics gfx )
void DrawVerticalLabelArea( Graphics graph )
void DrawXLabelArea( Graphics graph )
void DrawXLabelBack( Graphics graph )
void FindLongestTickValue()
string MakeShortLabel( string text )
void SetTitles( string xTitle, string yTitle )