StiStyleCoreXF Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Implements: IStiStyleCoreXF

Properties

Property Type Description
axisLabelsColor Color  
axisLineColor Color  
axisTitleColor Color  
basicStyleColor Color  
chartAreaBorderColor Color  
chartAreaBorderThickness number  
chartAreaBrush StiBrush  
chartAreaShowShadow boolean  
chartBrush StiBrush  
firstStyleColor Color  
gridLinesHorColor Color  
gridLinesVertColor Color  
interlacingHorBrush StiBrush  
interlacingVertBrush StiBrush  
lastStyleColor Color  
legendBorderColor Color  
legendBrush StiBrush  
legendFont Font  
legendLabelsColor Color  
legendShowShadow boolean  
legendTitleColor Color  
localizedName string  
markerVisible boolean  
seriesBorderColor Color  
seriesBorderThickness number  
seriesCornerRadius StiCornerRadius  
seriesLabelsBorderColor Color  
seriesLabelsBrush StiBrush  
seriesLabelsColor Color  
seriesLabelsFont Font  
seriesLabelsLineColor Color  
seriesLighting boolean  
seriesShowBorder boolean  
seriesShowShadow boolean  
styleColors Color[]  
styleId StiChartStyleId  
toolTipBorder StiSimpleBorder  
toolTipBrush StiBrush  
toolTipCornerRadius StiCornerRadius  
toolTipTextBrush StiBrush  
trendLineColor Color  
trendLineShowShadow boolean  

Methods

Method Returns Description
fillCicledColumn void  
fillColumn void  
getAreaBrush StiBrush  
getColorByIndex Color  
getColorBySeries Color  
getColors Color[]  
getColumnBorder Color  
getColumnBrush StiBrush  
implements any[]  

Method Details

fillCicledColumn

fillCicledColumn(context: StiContext, rect: RectangleD, cornerRadius: StiCornerRadius, brush: StiBrush, interaction: StiInteractionDataGeom, tooltip: string): void

Parameters


fillColumn

fillColumn(context: StiContext, rect: RectangleD, brush: StiBrush, interaction: StiInteractionDataGeom): void

Parameters


getAreaBrush

getAreaBrush(color: Color): StiBrush

Parameters

Returns StiBrush


getColorByIndex

getColorByIndex(index: number, count: number, seriesColors: Color[]): Color

Parameters

  • index (number)
  • count (number)
  • seriesColors (Color[])

Returns Color


getColorBySeries

getColorBySeries(series: IStiSeries, seriesColors: Color[]): Color

Parameters

  • series (IStiSeries)
  • seriesColors (Color[])

Returns Color


getColors

getColors(seriesCount: number, seriesColors: Color[]): Color[]

Parameters

  • seriesCount (number)
  • seriesColors (Color[])

Returns Color[]


getColumnBorder

getColumnBorder(color: Color): Color

Parameters

Returns Color


getColumnBrush

getColumnBrush(color: Color): StiBrush

Parameters

Returns StiBrush


implements

implements(): any[]

Returns any[]

Fields

Field Type Description
chart IStiChart  
dist any  
styleColorIndex any