Class StiOutsideAxisLabelsGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.chart.geoms.StiCellGeom
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
com.stimulsoft.report.chart.geoms.seriesLabels.axis.StiOutsideAxisLabelsGeom
- All Implemented Interfaces:
IStiJsonReportObject,IStiGeomInteraction
-
Constructor Summary
ConstructorsConstructorDescriptionStiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiColor labelLineColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptionvoidDraw(StiContext context) Draws area geom object on spefied context.final StiAnimationfinal StiPointfinal StiFontGeomgetFont()final StiColorfinal StiColorfinal StiColorfinal StiBrushfinal StiPointfinal StringgetText()final voidsetAnimation(StiAnimation animation) voidsetLabelLineColor(StiColor labelLineColor) Methods inherited from class com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom
DrawMarker, getAllowMouseOver, getBeginTime, getDuration, getIndex, getIsMouseOver, getSeries, getSeriesLabels, getValue, InvokeMouseEnter, InvokeMouseLeave, setBeginTime, setDuration, setIsMouseOverMethods inherited from class com.stimulsoft.report.chart.geoms.StiCellGeom
AllowChildDrawing, Contains, CreateChildGeoms, DrawChildGeoms, DrawGeom, getChildGeoms, getClientRectangle, GetGeomAt, getInvisible, GetRect, getSeriesElementGeoms, GetSeriesGeoms, getType, InvokeClick, InvokeDrag, InvokeMouseDown, InvokeMouseUp, setClientRectangleMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
LoadFromJsonObject, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject, SaveToJsonObject
-
Constructor Details
-
StiOutsideAxisLabelsGeom
public StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiColor labelLineColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint, StiAnimation animation)
-
-
Method Details
-
getLabelColor
-
getLabelBorderColor
-
getLabelLineColor
-
setLabelLineColor
-
getSeriesBrush
-
getSeriesBorderColor
-
getFont
-
getText
-
getStartPoint
-
getEndPoint
-
getAnimation
-
setAnimation
-
Draw
Draws area geom object on spefied context.- Overrides:
Drawin classStiSeriesLabelsGeom
-