| Package | stimulsoft.report.chart.core.series.stackedColumn |
| Class | public class StiStackedBaseLineSeriesCoreXF |
| Inheritance | StiStackedBaseLineSeriesCoreXF StiSeriesCoreXF StiObject Object |
| Subclasses | StiStackedLineSeriesCoreXF, StiStackedSplineSeriesCoreXF |
| Property | Defined By | ||
|---|---|---|---|
![]() | interaction : IStiSeriesInteraction | StiSeriesCoreXF | |
![]() | isDateTimeArguments : Boolean | StiSeriesCoreXF | |
![]() | isDateTimeValues : Boolean | StiSeriesCoreXF | |
| isFullStacked : Boolean [read-only] | StiStackedBaseLineSeriesCoreXF | ||
![]() | isMouseOver : Boolean | StiSeriesCoreXF | |
![]() | localizedName : String [read-only] Gets a service name. | StiSeriesCoreXF | |
![]() | series : IStiSeries | StiSeriesCoreXF | |
| Method | Defined By | ||
|---|---|---|---|
| StiStackedBaseLineSeriesCoreXF | |||
[override] | StiStackedBaseLineSeriesCoreXF | ||
![]() | clone(... parameters):Object [override] | StiSeriesCoreXF | |
![]() | equals(object:Object):Boolean [override] | StiSeriesCoreXF | |
![]() | getIsMouseOverSeriesElement(seriesIndex:int):Boolean | StiSeriesCoreXF | |
getSeriesBorderColor(colorIndex:int, colorCount:int):StiColor [override] | StiStackedBaseLineSeriesCoreXF | ||
getSeriesBrush(colorIndex:int, colorCount:int):StiBrush [override] | StiStackedBaseLineSeriesCoreXF | ||
![]() | 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] | StiStackedBaseLineSeriesCoreXF | ||
![]() | setIsMouseOverSeriesElement(seriesIndex:int, value:Boolean):void | StiSeriesCoreXF | |
| Method | Defined By | ||
|---|---|---|---|
![]() | checkIntersectionLabels(geom:StiAreaGeom):void | StiSeriesCoreXF | |
![]() | StiSeriesCoreXF | ||
clipLinePoints(context:StiContext, geom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, outNewStartPoints:Object, outNewEndPoints:Object, outStartIndex:Object, outEndIndex:Object):void | StiStackedBaseLineSeriesCoreXF | ||
renderAreas(context:StiContext, geom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>):void | StiStackedBaseLineSeriesCoreXF | ||
| StiStackedBaseLineSeriesCoreXF | |||
| StiStackedBaseLineSeriesCoreXF | |||
| isFullStacked | property |
isFullStacked:Boolean [read-only] public function get isFullStacked():Boolean| StiStackedBaseLineSeriesCoreXF | () | 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, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, outNewStartPoints:Object, outNewEndPoints:Object, outStartIndex:Object, outEndIndex:Object):voidParameters
context:StiContext | |
geom:StiAreaGeom | |
startPoints:Vector.<StiPoint> | |
endPoints:Vector.<StiPoint> | |
outNewStartPoints:Object | |
outNewEndPoints:Object | |
outStartIndex:Object | |
outEndIndex:Object |
| 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, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>):voidParameters
context:StiContext | |
geom:StiAreaGeom | |
startPoints:Vector.<StiPoint> | |
endPoints: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> |