StiYAxisCoreXF Class
Namespace: Stimulsoft.Report.Chart
Inheritance
Inherits from: StiAxisCoreXF
Constructors
| Constructor | Description |
|---|---|
| StiYAxisCoreXF(IStiAxis axis) |
StiYAxisCoreXF(axis: IStiAxis)
Parameters
- axis (IStiAxis)
Methods
| Method | Returns | Description |
|---|---|---|
| GetCenterAxisRect | RectangleF | |
| 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
Render
Render(context: StiContext, rect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- rect (RectangleF)
Returns StiCellGeom
RenderCenter
RenderCenter(context: StiContext, rect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- rect (RectangleF)
Returns StiCellGeom
RenderCenterView
RenderCenterView(context: StiContext, rect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- rect (RectangleF)
Returns StiCellGeom
RenderScrollBar
RenderScrollBar(context: StiContext, axisRect: RectangleF, axisGeom: StiYAxisViewGeom): void
Parameters
- context (StiContext)
- axisRect (RectangleF)
- axisGeom (StiYAxisViewGeom)
RenderView
RenderView(context: StiContext, rect: RectangleF): StiCellGeom
Parameters
- context (StiContext)
- rect (RectangleF)
Returns StiCellGeom