Search Results for

    Show / Hide Table of Contents

    Class BarsDrawer

    Inheritance
    System.Object
    Drawer
    BarsDrawer
    Inherited Members
    Drawer.style
    Drawer.BackgroundColor
    Drawer.SortIndicatorColor
    Drawer.ExpandBorderColor
    Drawer.ExpandLineColor
    Drawer.SplitterColor
    Drawer.SelectedCellBackground
    Drawer.DefaultCellBackground
    Drawer.DefaultCellBorder
    Drawer.DefaultCellText
    Drawer.sortSize
    Drawer.sortPolygonSize
    Drawer.fuelPolygonSize
    Drawer.dropPolygonSize
    Drawer.itemButtonMinTextRect
    Drawer.ItemButtonThemeSpacing
    Drawer.TreeButtonSize
    Drawer.axisCellSpacing
    Drawer.GetExpandBorderPen(Boolean, Boolean)
    Drawer.GetExpandPen(Boolean, Boolean)
    Drawer.GetSplitterPen()
    Drawer.DrawerStateToButtonState(DrawerState)
    Drawer.CheckStateToWindowsForms(CheckState)
    Drawer.PaintHighlight(Graphics, Rectangle, GraphicsPath, Brush, Pen)
    Drawer.DrawExpandButton(Graphics, Rectangle, Boolean, Boolean)
    Drawer.GetCheckBoxState(CheckState, DrawerState)
    Drawer.GetRadioButtonState(CheckState, DrawerState)
    Drawer.GetPushButtonState(DrawerState)
    Drawer.GetConnectorPen()
    Drawer.DrawConnector(Graphics, Point, Point)
    Drawer.CreateLinearGradientBrush(Rectangle, Color, Color, LinearGradientMode)
    Drawer.DrawGradient(Graphics, Rectangle, Color, Color, GradientType)
    Drawer.DrawStyleBackground(Graphics, Rectangle, Style)
    Drawer.DrawStyleBorder(Graphics, Rectangle, Style)
    Drawer.DrawStyleText(Graphics, Rectangle, Style, String, TextFormatFlags)
    Drawer.DrawText(Graphics, Font, Color, Rectangle, String, TextFormatFlags)
    Drawer.DrawSelText(Graphics, Font, Rectangle, String, TextFormatFlags, Int32, Int32, Int32)
    Drawer.DrawSort(Graphics, Point, SortDirection)
    Drawer.GetHeaderElement(DrawerState)
    Drawer.DrawColHeaderCell(Graphics, Font, Rectangle, String, DrawerState, Boolean, ItemOptions, SortDirection)
    Drawer.DrawRowHeaderCell(Graphics, Font, Rectangle, String, DrawerState, Boolean)
    Drawer.DrawDataCell(Graphics, Font, Rectangle, String, CellState, DrawerState, Alignment, ImageList, Int32, Style, HighlightDrawHandler, Object)
    Drawer.DrawRowIndicator(Graphics, Rectangle)
    Drawer.DrawSizingLine(Graphics, Point, Point)
    Drawer.DrawGridBody(Graphics, Rectangle)
    Drawer.GetItemButtonDropRect(Rectangle, ItemOptions)
    Drawer.DrawItemButton(Graphics, Font, Rectangle, String, ImageList, Int32, ItemOptions, SortDirection, DrawerState)
    Drawer.GetFuelPolygon(Rectangle)
    Drawer.GetSortPolygon(Rectangle, SortDirection)
    Drawer.GetDropPolygon(Rectangle)
    Drawer.DrawDropDownButton(Graphics, Rectangle, ItemOptions, SortDirection, DrawerState)
    Drawer.GetScrollerSize()
    Drawer.DrawChevron(Graphics, Rectangle, Color, Scrollers)
    Drawer.DrawScroll(Graphics, Rectangle, DrawerState, Scrollers)
    Drawer.DrawDropIndicator(Graphics, Rectangle)
    Drawer.HasSpaceForTreeButton(Rectangle)
    Drawer.AlignmentToFlags(Alignment)
    Drawer.MeasureAxisCell(Font, Size, String, PropertyOfCellAxis, Alignment, DrawerState, Boolean, ImageList, Int32)
    Drawer.DrawAxisCell(Graphics, Font, Boolean, Rectangle, String, PropertyOfCellAxis, Alignment, DrawerState, Style, Boolean, Point, Point, ImageList, Int32, Boolean)
    Namespace: FastReport.Olap.Styling
    Assembly: FastReport.Olap.dll
    Syntax
    public class BarsDrawer : Drawer

    Constructors

    BarsDrawer()

    Declaration
    public BarsDrawer()

    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
    Type Description
    UIStyle
    Overrides
    Drawer.UIStyle

    UIStyleName

    Declaration
    public override string UIStyleName { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Drawer.UIStyleName

    UIStyleNames

    Declaration
    public override string[] UIStyleNames { get; }
    Property Value
    Type Description
    System.String[]
    Overrides
    Drawer.UIStyleNames

    Methods

    DrawColHeaderBg(Graphics, Rectangle, DrawerState, Boolean)

    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
    Drawer.DrawColHeaderBg(Graphics, Rectangle, DrawerState, Boolean)

    DrawDropDownButtonBackground(Graphics, Rectangle, DrawerState)

    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
    Drawer.DrawDropDownButtonBackground(Graphics, Rectangle, DrawerState)

    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
    Drawer.DrawImageCell(Graphics, Rectangle, DrawerState)

    DrawItemButtonBackground(Graphics, Rectangle, DrawerState)

    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
    Drawer.DrawItemButtonBackground(Graphics, Rectangle, DrawerState)

    DrawRowHeaderBg(Graphics, Rectangle, DrawerState, Boolean)

    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
    Drawer.DrawRowHeaderBg(Graphics, Rectangle, DrawerState, Boolean)

    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
    Type Name Description
    DrawerState state
    Returns
    Type Description
    System.Drawing.Color
    Overrides
    Drawer.GetButtonTextColor(DrawerState)

    GetControlColor()

    Declaration
    public override Color GetControlColor()
    Returns
    Type Description
    System.Drawing.Color
    Overrides
    Drawer.GetControlColor()

    GetExpandBrush(Rectangle)

    Declaration
    public override Brush GetExpandBrush(Rectangle r)
    Parameters
    Type Name Description
    System.Drawing.Rectangle r
    Returns
    Type Description
    System.Drawing.Brush
    Overrides
    Drawer.GetExpandBrush(Rectangle)

    GetHeaderTextColor(Boolean)

    Declaration
    public override Color GetHeaderTextColor(bool Selected)
    Parameters
    Type Name Description
    System.Boolean Selected
    Returns
    Type Description
    System.Drawing.Color
    Overrides
    Drawer.GetHeaderTextColor(Boolean)

    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
    Drawer.PaintCheckBox(Graphics, Rectangle, CheckState, Boolean, DrawerState)

    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
    Drawer.PaintHighlight(Graphics, Rectangle, Boolean)

    SetControlStyle(Control)

    Declaration
    public override void SetControlStyle(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Overrides
    Drawer.SetControlStyle(Control)
    Back to top © 1998-2024 Copyright Fast Reports Inc.