Class YAxisZone
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
YAxisZone
Assembly: FastReport.Olap.dll
Syntax
public class YAxisZone : AxisZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
YAxisZone(CustomGrid)
Declaration
public YAxisZone(CustomGrid Grid)
Parameters
Properties
AxisContainer
Declaration
public override AxisContainer AxisContainer { get; }
Property Value
Overrides
LastVisibleItem
Declaration
public override int LastVisibleItem { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
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
SelStart
Declaration
public override int SelStart { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Methods
CalcCellSize(AxisContainer, CellInfo)
Declaration
protected override Size CalcCellSize(AxisContainer sender, CellInfo info)
Parameters
Returns
Type |
Description |
System.Drawing.Size |
|
Overrides
Declaration
protected override bool DrawCell(AxisContainer sender, SliceDrawHeader rec)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override bool DrawCellForScroll(AxisContainer sender, SliceDrawHeader rec)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
FindItemFromCoordinate(Int32)
Declaration
protected override int FindItemFromCoordinate(int itemCoordinate)
Parameters
Type |
Name |
Description |
System.Int32 |
itemCoordinate |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetCellSize(CellInfo, SizingType)
Declaration
protected override int GetCellSize(CellInfo info, SizingType type)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetItemSize(Int32)
Declaration
public override int GetItemSize(int itemIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
itemIndex |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetSize(Rectangle)
Declaration
protected override int GetSize(Rectangle r)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
r |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
IsSelected(CellInfo)
Declaration
protected override bool IsSelected(CellInfo info)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
SelectData(CellInfo)
Declaration
protected override void SelectData(CellInfo info)
Parameters
Overrides
SetCellSize(CellInfo, SizingType, Int32)
Declaration
protected override void SetCellSize(CellInfo info, SizingType type, int value)
Parameters
Overrides