| Package | stimulsoft.report.chart.core.series.clusteredColumn |
| Class | public class StiBaseLineSeriesCoreXF |
| Inheritance | StiBaseLineSeriesCoreXF StiSeriesCoreXF StiObject Object |
| Implements | IStiApplyStyleSeries |
| Subclasses | StiLineSeriesCoreXF, StiScatterSeriesCoreXF, StiSplineSeriesCoreXF, StiSteppedLineSeriesCoreXF |
| Method | Defined By | ||
|---|---|---|---|
StiBaseLineSeriesCoreXF(series:IStiSeries) | StiBaseLineSeriesCoreXF | ||
[override] | StiBaseLineSeriesCoreXF | ||
![]() | clone(... parameters):Object [override] | StiSeriesCoreXF | |
![]() | equals(object:Object):Boolean [override] | StiSeriesCoreXF | |
![]() | getIsMouseOverSeriesElement(seriesIndex:int):Boolean | StiSeriesCoreXF | |
getSeriesBorderColor(colorIndex:int, colorCount:int):StiColor [override] | StiBaseLineSeriesCoreXF | ||
getSeriesBrush(colorIndex:int, colorCount:int):StiBrush [override] | StiBaseLineSeriesCoreXF | ||
![]() | StiSeriesCoreXF | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getTag(tagIndex:int):String | StiSeriesCoreXF | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiSeriesCoreXF | |
renderSeries(context:StiContext, rect:StiRectangle, geom:StiAreaGeom, series:Vector.<IStiSeries>):void [override] | StiBaseLineSeriesCoreXF | ||
![]() | setIsMouseOverSeriesElement(seriesIndex:int, value:Boolean):void | StiSeriesCoreXF | |
| Method | Defined By | ||
|---|---|---|---|
![]() | checkIntersectionLabels(geom:StiAreaGeom):void | StiSeriesCoreXF | |
![]() | StiSeriesCoreXF | ||
clipLinePoints(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>, outStartIndex:Object, outEndIndex:Object):Vector.<StiPoint> | StiBaseLineSeriesCoreXF | ||
| StiBaseLineSeriesCoreXF | |||
getInteractions(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):Vector.<StiSeriesInteractionData> | StiBaseLineSeriesCoreXF | ||
| StiBaseLineSeriesCoreXF | |||
| StiBaseLineSeriesCoreXF | |||
| StiBaseLineSeriesCoreXF | |||
| StiBaseLineSeriesCoreXF | () | Constructor |
| applyStyle | () | method |
override public function applyStyle(style:IStiChartStyle, color:StiColor):voidParameters
style:IStiChartStyle | |
color:StiColor |
| clipLinePoints | () | method |
protected function clipLinePoints(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>, outStartIndex:Object, outEndIndex:Object):Vector.<StiPoint>Parameters
context:StiContext | |
geom:StiAreaGeom | |
points:Vector.<StiPoint> | |
outStartIndex:Object | |
outEndIndex:Object |
Vector.<StiPoint> |
| correctPoint | () | method |
protected function correctPoint(point:StiPoint, rect:StiRectangle, correctY:Number):StiPointParameters
point:StiPoint | |
rect:StiRectangle | |
correctY:Number |
StiPoint |
| getInteractions | () | method |
protected function getInteractions(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):Vector.<StiSeriesInteractionData>Parameters
context:StiContext | |
geom:StiAreaGeom | |
points:Vector.<StiPoint> |
Vector.<StiSeriesInteractionData> |
| getSeriesBorderColor | () | method |
override public function getSeriesBorderColor(colorIndex:int, colorCount:int):StiColorParameters
colorIndex:int | |
colorCount:int |
StiColor |
| getSeriesBrush | () | method |
override public function getSeriesBrush(colorIndex:int, colorCount:int):StiBrushParameters
colorIndex:int | |
colorCount:int |
StiBrush |
| renderAreas | () | method |
protected function renderAreas(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):voidParameters
context:StiContext | |
geom:StiAreaGeom | |
points:Vector.<StiPoint> |
| renderLines | () | method |
protected function renderLines(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):voidParameters
context:StiContext | |
geom:StiAreaGeom | |
points:Vector.<StiPoint> |
| renderMarkers | () | method |
protected function renderMarkers(context:StiContext, geom:StiAreaGeom, points:Vector.<StiPoint>):voidParameters
context:StiContext | |
geom:StiAreaGeom | |
points:Vector.<StiPoint> |
| renderSeries | () | method |
override public function renderSeries(context:StiContext, rect:StiRectangle, geom:StiAreaGeom, series:Vector.<IStiSeries>):voidParameters
context:StiContext | |
rect:StiRectangle | |
geom:StiAreaGeom | |
series:Vector.<IStiSeries> |