Uses of Class
com.stimulsoft.report.chart.geoms.seriesLabels.StiSeriesLabelsGeom

Packages that use StiSeriesLabelsGeom
com.stimulsoft.report.chart.core.seriesLabels.axis   
com.stimulsoft.report.chart.core.seriesLabels.funnel   
com.stimulsoft.report.chart.core.seriesLabels.pie   
com.stimulsoft.report.chart.geoms.seriesLabels.axis   
com.stimulsoft.report.chart.geoms.seriesLabels.funnel   
com.stimulsoft.report.chart.geoms.seriesLabels.pie   
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.core.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.axis that return StiSeriesLabelsGeom
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
abstract  StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.core.seriesLabels.funnel
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.funnel that return StiSeriesLabelsGeom
 StiSeriesLabelsGeom StiOutsideRightFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiOutsideLeftFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
abstract  StiSeriesLabelsGeom StiFunnelSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 StiSeriesLabelsGeom StiCenterFunnelLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, int pointIndex, double value, double valueNext, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, double singleValueHeight, double singleValueWidth, double centerAxis, StiRefObject<StiRectangle> measureRect)
           
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.core.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.pie that return StiSeriesLabelsGeom
 StiSeriesLabelsGeom StiTwoColumnsPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
abstract  StiSeriesLabelsGeom StiPieSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 StiSeriesLabelsGeom StiCenterPieLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint centerPie, double radius, double radius2, double pieAngle, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, boolean measure, int colorIndex, int colorCount, double percentPerValue, StiRefObject<StiRectangle> measureRect, boolean drawValue, double deltaY)
           
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 

Subclasses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 class StiCenterAxisLabelsGeom
           
 class StiOutsideAxisLabelsGeom
           
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.funnel
 

Subclasses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.funnel
 class StiCenterFunnelLabelsGeom
           
 class StiOutsideFunnelLabelsGeom
           
 

Uses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.pie
 

Subclasses of StiSeriesLabelsGeom in com.stimulsoft.report.chart.geoms.seriesLabels.pie
 class StiCenterPieLabelsGeom
           
 class StiOutsidePieLabelsGeom
           
 class StiTwoColumnsPieLabelsGeom