Class StiSeriesLabelsCoreXF
java.lang.Object
com.stimulsoft.report.chart.core.seriesLabels.StiSeriesLabelsCoreXF
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
- Direct Known Subclasses:
StiAxisSeriesLabelsCoreXF,StiCenterPie3dLabelsCoreXF,StiFunnelSeriesLabelsCoreXF,StiNoneLabelsCoreXF,StiPieSeriesLabelsCoreXF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiChartStyle style) Apply style to component which release this interface.final Objectclone()protected final StiColorGetBorderColor(IStiSeries series, int colorIndex, int colorCount) protected StringGetFormattedValue(IStiSeries series, Double value) protected final StiColorGetLabelColor(IStiSeries series, int colorIndex, int colorCount) protected StiColorGetLabelColor(IStiSeries series, int colorIndex, int colorCount, double value) final StringGetLabelText(IStiSeries series, Double value, String argument, String tag, String seriesName) final StringGetLabelText(IStiSeries series, Double value, String argument, String tag, String seriesName, boolean useLegendValueType) final StringGetLabelText(IStiSeries series, Double value, String argument, String tag, String seriesName, double weight, boolean useLegendValueType) abstract StringGets a service name.abstract intfinal StiColorGetSeriesLabelColor(IStiSeries series, int colorIndex, int colorCount) final IStiSeriesLabelsabstract StiSeriesLabelsTypeGetStringFormatGeom(StiContext context) final StiBrushProcessSeriesColors(int pointIndex, StiBrush brush, IStiSeries series) protected doubleRecalcValue(double value, int signs) final voidsetSeriesLabels(IStiSeriesLabels value)
-
Constructor Details
-
StiSeriesLabelsCoreXF
-
-
Method Details
-
applyStyle
Description copied from interface:IStiApplyStyleApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyle
-
getPosition
public abstract int getPosition() -
getSeriesLabelsType
-
getSeriesLabels
-
setSeriesLabels
-
getLocalizedName
Gets a service name. -
ProcessSeriesColors
-
GetSeriesLabelColor
-
GetBorderColor
-
GetStringFormatGeom
-
GetLabelColor
-
GetLabelColor
-
RecalcValue
protected double RecalcValue(double value, int signs) -
GetLabelText
-
GetLabelText
-
GetLabelText
-
GetFormattedValue
-
clone
-