IStiSeriesCoreXF Interface
Namespace: Stimulsoft.Report.Chart
Methods
| Method | Returns | Description |
|---|---|---|
| applyStyle | void | |
| getSeriesBorderColor | Color | |
| getSeriesBrush | StiBrush | |
| getSeriesLabels | IStiAxisSeriesLabels | |
| getTag | string | |
| renderSeries | void |
Method Details
applyStyle
applyStyle(style: IStiChartStyle, color: Color): void
Parameters
- style (IStiChartStyle)
- color (Color)
getSeriesBorderColor
getSeriesBorderColor(colorIndex: number, colorCount: number): Color
Parameters
- colorIndex (number)
- colorCount (number)
Returns Color
getSeriesBrush
getSeriesBrush(colorIndex: number, colorCount: number): StiBrush
Parameters
- colorIndex (number)
- colorCount (number)
Returns StiBrush
getSeriesLabels
getSeriesLabels(): IStiAxisSeriesLabels
Returns IStiAxisSeriesLabels
getTag
getTag(tagIndex: number): string
Parameters
- tagIndex (number)
Returns string
renderSeries
renderSeries(context: StiContext, rect: RectangleD, geom: IStiCellGeom, seriesArray: IStiSeries[]): void
Parameters
- context (StiContext)
- rect (RectangleD)
- geom (IStiCellGeom)
- seriesArray (IStiSeries[])
Fields
| Field | Type | Description |
|---|---|---|
| interaction | IStiSeriesInteraction | |
| isDateTimeArguments | boolean | |
| isDateTimeValues | boolean | |
| seriesColors | Color[] |