StiXAxisCoreXF Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiAxisCoreXF

Constructors

Constructor Description
StiXAxisCoreXF(IStiAxis axis)  

StiXAxisCoreXF(axis: IStiAxis)

Parameters

  • axis (IStiAxis)

Methods

Method Returns Description
GetCenterAxisRect RectangleF  
GetStartFromZero bool  
Render StiCellGeom  
RenderCenter StiCellGeom  
RenderCenterView StiCellGeom  
RenderScrollBar void  
RenderView StiCellGeom  

Method Details

GetCenterAxisRect

GetCenterAxisRect(context: StiContext, rect: RectangleF, includeAxisArrow: bool, includeLabelsHeight: bool, isDrawing: bool): RectangleF

Parameters

  • context (StiContext)
  • rect (RectangleF)
  • includeAxisArrow (bool)
  • includeLabelsHeight (bool)
  • isDrawing (bool)

Returns RectangleF


GetStartFromZero

GetStartFromZero(): bool

Returns bool


Render

Render(context: StiContext, rect: RectangleF): StiCellGeom

Parameters

Returns StiCellGeom


RenderCenter

RenderCenter(context: StiContext, rect: RectangleF): StiCellGeom

Parameters

Returns StiCellGeom


RenderCenterView

RenderCenterView(context: StiContext, rect: RectangleF): StiCellGeom

Parameters

Returns StiCellGeom


RenderScrollBar

RenderScrollBar(context: StiContext, axisRect: RectangleF, axisGeom: StiXAxisViewGeom): void

Parameters


RenderView

RenderView(context: StiContext, rect: RectangleF): StiCellGeom

Parameters

Returns StiCellGeom