Search Results for

    Show / Hide Table of Contents

    Class XAxisZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZone
    AxisZone
    XAxisZone
    Inherited Members
    AxisZone.UpdateLayout()
    AxisZone.MeasureCellSize(CellInfo, Boolean)
    AxisZone.DoGetCellText(CellInfo, String)
    AxisZone.DoGetCellImageIndex(CellInfo, Int32)
    AxisZone.DoGetCellStyle(CellInfo, DrawerState, Style)
    AxisZone.DoGetCellSize(CellInfo, DrawerState, Boolean)
    AxisZone.DoDrawCell(Graphics, DrawerState, CellInfo)
    AxisZone.GetScrollMax(Int32)
    AxisZone.OnPaint(PaintEventArgs)
    AxisZone.OnClientSizeChanged(EventArgs)
    AxisZone.OnMouseDown(MouseEventArgs)
    AxisZone.OnMouseUp(MouseEventArgs)
    AxisZone.OnMouseMove(MouseEventArgs)
    AxisZone.OnMouseLeave(EventArgs)
    AxisZone.OnMouseDoubleClick(MouseEventArgs)
    AxisZone.AcceptDrag(Object)
    AxisZone.OnDragDrop(DragEventArgs)
    AxisZone.StartSizing(SizingInfo)
    AxisZone.MoveSizing(SizingInfo)
    AxisZone.StopSizing(SizingInfo)
    AxisZone.GetPointInfo(Point)
    AxisZone.FullUpdate()
    AxisZone.InvalidateItem(CellInfo)
    AxisZone.InvalidatePointInfo()
    AxisZone.UpdateCursor()
    AxisZone.CreateContextMenu()
    AxisZone.PrepareContextMenuFor(ContextMenuStrip, CellInfo)
    AxisZone.GetPopupValuesId()
    AxisZone.HandleContextPopup(Point)
    AxisZone.FirstVisibleLevel
    AxisZone.LastVisibleLevel
    AxisZone.FirstVisibleItem
    AxisZone.Cells
    AxisZone.BaseRequiredSize
    AxisZone.LastPointInfo
    AxisZone.ContextMenuStrip
    AxisZone.Images
    AxisZone.AxisAutoSize
    AxisZone.AxisAutoSizeConstraint
    AxisZone.RightFrame
    AxisZone.BottomFrame
    AxisZone.ClientRectangle
    AxisZone.ClientSize
    AxisZone.OnGetCellImageIndex
    AxisZone.OnGetCellStyle
    AxisZone.OnGetCellText
    AxisZone.OnGetCellSize
    CustomZone.zoneOwner
    CustomZone.contextMenuStrip
    CustomZone.UpdateSizingDrawInfo(SizingInfo)
    CustomZone.InvalidateSizingLine(SizingInfo)
    CustomZone.DrawSizingLine(Graphics)
    CustomZone.GetDragObject(DragEventArgs)
    CustomZone.OnDragOver(DragEventArgs)
    CustomZone.OnDragLeave(EventArgs)
    CustomZone.MoveDrag(Boolean, Point)
    CustomZone.ProcessCmdKey(Message, Keys)
    CustomZone.ContextMenuNeeded()
    CustomZone.ZoneOwner
    CustomZone.Restrictions
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class XAxisZone : AxisZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    XAxisZone(CustomGrid)

    Declaration
    public XAxisZone(CustomGrid Grid)
    Parameters
    Type Name Description
    CustomGrid Grid

    Properties

    AxisContainer

    Declaration
    public override AxisContainer AxisContainer { get; }
    Property Value
    Type Description
    AxisContainer
    Overrides
    AxisZone.AxisContainer

    LastVisibleItem

    Declaration
    public override int LastVisibleItem { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    AxisZone.LastVisibleItem

    RequiredSize

    Declaration
    public Size RequiredSize { get; }
    Property Value
    Type Description
    System.Drawing.Size

    SelEnd

    Declaration
    public override int SelEnd { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    AxisZone.SelEnd

    SelStart

    Declaration
    public override int SelStart { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    AxisZone.SelStart

    Methods

    CalcCellSize(AxisContainer, CellInfo)

    Declaration
    protected override Size CalcCellSize(AxisContainer sender, CellInfo info)
    Parameters
    Type Name Description
    AxisContainer sender
    CellInfo info
    Returns
    Type Description
    System.Drawing.Size
    Overrides
    AxisZone.CalcCellSize(AxisContainer, CellInfo)

    DrawCell(AxisContainer, SliceDrawHeader)

    Declaration
    protected override bool DrawCell(AxisContainer sender, SliceDrawHeader rec)
    Parameters
    Type Name Description
    AxisContainer sender
    SliceDrawHeader rec
    Returns
    Type Description
    System.Boolean
    Overrides
    AxisZone.DrawCell(AxisContainer, SliceDrawHeader)

    DrawCellForScroll(AxisContainer, SliceDrawHeader)

    Declaration
    protected override bool DrawCellForScroll(AxisContainer sender, SliceDrawHeader rec)
    Parameters
    Type Name Description
    AxisContainer sender
    SliceDrawHeader rec
    Returns
    Type Description
    System.Boolean
    Overrides
    AxisZone.DrawCellForScroll(AxisContainer, SliceDrawHeader)

    FindItemFromCoordinate(Int32)

    Declaration
    protected override int FindItemFromCoordinate(int itemCoordinate)
    Parameters
    Type Name Description
    System.Int32 itemCoordinate
    Returns
    Type Description
    System.Int32
    Overrides
    AxisZone.FindItemFromCoordinate(Int32)

    GetCellSize(CellInfo, SizingType)

    Declaration
    protected override int GetCellSize(CellInfo info, SizingType type)
    Parameters
    Type Name Description
    CellInfo info
    SizingType type
    Returns
    Type Description
    System.Int32
    Overrides
    AxisZone.GetCellSize(CellInfo, SizingType)

    GetItemSize(Int32)

    Declaration
    public override int GetItemSize(int itemIndex)
    Parameters
    Type Name Description
    System.Int32 itemIndex
    Returns
    Type Description
    System.Int32
    Overrides
    AxisZone.GetItemSize(Int32)

    GetSize(Rectangle)

    Declaration
    protected override int GetSize(Rectangle r)
    Parameters
    Type Name Description
    System.Drawing.Rectangle r
    Returns
    Type Description
    System.Int32
    Overrides
    AxisZone.GetSize(Rectangle)

    IsSelected(CellInfo)

    Declaration
    protected override bool IsSelected(CellInfo info)
    Parameters
    Type Name Description
    CellInfo info
    Returns
    Type Description
    System.Boolean
    Overrides
    AxisZone.IsSelected(CellInfo)

    SelectData(CellInfo)

    Declaration
    protected override void SelectData(CellInfo info)
    Parameters
    Type Name Description
    CellInfo info
    Overrides
    AxisZone.SelectData(CellInfo)

    SetCellSize(CellInfo, SizingType, Int32)

    Declaration
    protected override void SetCellSize(CellInfo info, SizingType type, int value)
    Parameters
    Type Name Description
    CellInfo info
    SizingType type
    System.Int32 value
    Overrides
    AxisZone.SetCellSize(CellInfo, SizingType, Int32)
    Back to top © 1998-2024 Copyright Fast Reports Inc.