Class StiYAxisCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
com.stimulsoft.report.chart.core.axis.StiYAxisCoreXF
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
- Direct Known Subclasses:
StiYLeftAxisCoreXF,StiYRightAxisCoreXF
-
Field Summary
Fields inherited from class com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
DefaultScrollBarFirstRecallTime, DefaultScrollBarOtherRecallTime, DefaultScrollBarSize, DefaultScrollBarSmallFactor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing, boolean includeScrollBar) final StiRectangleGetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing) abstract StiYAxisDockgetDock()final booleanfinal booleanfinal StringGetLabelText(StiStripLineXF line, IStiSeries series) Render(StiContext context, StiRectangle rect) final StiCellGeomRenderCenter(StiContext context, StiRectangle rect) final StiCellGeomRenderCenterView(StiContext context, StiRectangle rect) final voidRenderScrollBar(StiContext context, StiRectangle axisRect, StiYAxisViewGeom axisGeom) RenderView(StiContext context, StiRectangle rect) Methods inherited from class com.stimulsoft.report.chart.core.axis.StiAxisCoreXF
applyStyle, CalculateStripPositions, clone, GetArgumentLabelOrdinal, getArrowHeight, GetArrowHeight, getArrowWidth, getAxis, GetAxisTitleSize, GetFontGeom, getInfo, getIsMouseOverDecreaseButton, getIsMouseOverIncreaseButton, getIsMouseOverTrackBar, GetLabelsSpaceAxis, GetLabelsTwoLinesDestination, GetStartFromZero, GetStringFormatGeom, GetTextAlignment, getTicksMaxLength, GetTicksMaxLength, setAxis, setInfo, setIsMouseOverDecreaseButton, setIsMouseOverIncreaseButton, setIsMouseOverTrackBar
-
Constructor Details
-
StiYAxisCoreXF
-
-
Method Details
-
Render
- Specified by:
Renderin classStiAxisCoreXF
-
RenderView
- Specified by:
RenderViewin classStiAxisCoreXF
-
RenderScrollBar
public final void RenderScrollBar(StiContext context, StiRectangle axisRect, StiYAxisViewGeom axisGeom) -
RenderCenter
-
RenderCenterView
-
GetLabelText
-
GetCenterAxisRect
public final StiRectangle GetCenterAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing) -
GetAxisRect
public StiRectangle GetAxisRect(StiContext context, StiRectangle rect, boolean includeAxisArrow, boolean includeLabelsHeight, boolean isDrawing, boolean includeScrollBar) -
getDock
-
getIsLeftSide
public final boolean getIsLeftSide() -
getIsRightSide
public final boolean getIsRightSide()
-