Search Results for

    Show / Hide Table of Contents

    Class AxisCellSizeEventArgs

    Inheritance
    System.Object
    System.EventArgs
    AxisCellSizeEventArgs
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class AxisCellSizeEventArgs : EventArgs

    Constructors

    AxisCellSizeEventArgs(CellInfo, DrawerState, Boolean, Size)

    Declaration
    public AxisCellSizeEventArgs(CellInfo cell, DrawerState cs, bool growInHeight, Size sz)
    Parameters
    Type Name Description
    CellInfo cell
    DrawerState cs
    System.Boolean growInHeight
    System.Drawing.Size sz

    Properties

    Cell

    Declaration
    public CellInfo Cell { get; }
    Property Value
    Type Description
    CellInfo

    CellState

    Declaration
    public DrawerState CellState { get; }
    Property Value
    Type Description
    DrawerState

    GrowInHeight

    Declaration
    public bool GrowInHeight { get; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size
    Back to top © 1998-2024 Copyright Fast Reports Inc.