Class BarsDrawer
Inheritance
System.Object
BarsDrawer
Inherited Members
Drawer.DrawDataCell(Graphics, Font, Rectangle, String, CellState, DrawerState, Alignment, ImageList, Int32, Style, HighlightDrawHandler, Object)
Drawer.DrawAxisCell(Graphics, Font, Boolean, Rectangle, String, PropertyOfCellAxis, Alignment, DrawerState, Style, Boolean, Point, Point, ImageList, Int32, Boolean)
Assembly: FastReport.Olap.dll
Syntax
public class BarsDrawer : Drawer
Constructors
BarsDrawer()
Declaration
Fields
ActiveImageCell
Declaration
public SelectionColorTable ActiveImageCell
Field Value
Type |
Description |
FastReport.DevComponents.AdvTree.Display.SelectionColorTable |
|
HighlightCellsColorTable
Declaration
public SelectionColorTable HighlightCellsColorTable
Field Value
Type |
Description |
FastReport.DevComponents.AdvTree.Display.SelectionColorTable |
|
HighlightCellsInactiveColorTable
Declaration
public SelectionColorTable HighlightCellsInactiveColorTable
Field Value
Type |
Description |
FastReport.DevComponents.AdvTree.Display.SelectionColorTable |
|
PressedImageCell
Declaration
public SelectionColorTable PressedImageCell
Field Value
Type |
Description |
FastReport.DevComponents.AdvTree.Display.SelectionColorTable |
|
Properties
UIStyle
Declaration
public override UIStyle UIStyle { get; set; }
Property Value
Overrides
UIStyleName
Declaration
public override string UIStyleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
UIStyleNames
Declaration
public override string[] UIStyleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
Overrides
Methods
Declaration
protected override void DrawColHeaderBg(Graphics g, Rectangle r, DrawerState State, bool IsSelected)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
DrawerState |
State |
|
System.Boolean |
IsSelected |
|
Overrides
Declaration
protected override void DrawDropDownButtonBackground(Graphics g, Rectangle r, DrawerState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
DrawerState |
state |
|
Overrides
DrawImageCell(Graphics, Rectangle, DrawerState)
Declaration
public override void DrawImageCell(Graphics g, Rectangle r, DrawerState State)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
DrawerState |
State |
|
Overrides
Declaration
protected override void DrawItemButtonBackground(Graphics g, Rectangle r, DrawerState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
DrawerState |
state |
|
Overrides
Declaration
protected override void DrawRowHeaderBg(Graphics g, Rectangle r, DrawerState State, bool IsSelected)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
DrawerState |
State |
|
System.Boolean |
IsSelected |
|
Overrides
GetAppWorkspaceColor()
Returns app workspace color for the given style.
Declaration
public Color GetAppWorkspaceColor()
Returns
Type |
Description |
System.Drawing.Color |
|
GetButtonTextColor(DrawerState)
Declaration
public override Color GetButtonTextColor(DrawerState state)
Parameters
Returns
Type |
Description |
System.Drawing.Color |
|
Overrides
GetControlColor()
Declaration
public override Color GetControlColor()
Returns
Type |
Description |
System.Drawing.Color |
|
Overrides
GetExpandBrush(Rectangle)
Declaration
public override Brush GetExpandBrush(Rectangle r)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
r |
|
Returns
Type |
Description |
System.Drawing.Brush |
|
Overrides
Declaration
public override Color GetHeaderTextColor(bool Selected)
Parameters
Type |
Name |
Description |
System.Boolean |
Selected |
|
Returns
Type |
Description |
System.Drawing.Color |
|
Overrides
PaintCheckBox(Graphics, Rectangle, CheckState, Boolean, DrawerState)
Declaration
public override void PaintCheckBox(Graphics g, Rectangle r, CheckState checkState, bool IsRadio, DrawerState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
CheckState |
checkState |
|
System.Boolean |
IsRadio |
|
DrawerState |
state |
|
Overrides
PaintHighlight(Graphics, Rectangle, Boolean)
Declaration
public override void PaintHighlight(Graphics g, Rectangle r, bool IsActive)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
System.Boolean |
IsActive |
|
Overrides
Declaration
public override void SetControlStyle(Control control)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
Overrides