Hierarchy

  • StyleDefaults

Properties

animationDownColor: string

The color of the indicator shown for a decreasing data change animation.

animationDuration: number

The duration of the animations in milliseconds.

animationIndicators: string

Defines whether data change indicators are displayed during animation.

animationUpColor: string

The color of the indicator shown for an increasing data change animation.

barGapRatio: number

Specifies the width of the bar group gap as a ratio of the group width. The valid value is a number from 0 to 1.

borderColor: string

The default border color for the data items. For funnel and pyramid charts, it is used for the slice border.

borderWidth: number

The default border width for the data items. For funnel and pyramid charts, it is used for the slice border.

An object containing the style properties of the box plot items.

colors: string[]

The array defining the default color ramp for the series.

An object defining the data cursor style.

dataItemGaps: string

Specifies the presence and size of the gaps between data items, such as bars, markers, and areas. Valid values are a percentage string from 0% to 100%, where 100% produces the maximum supported gaps.

dataLabelCollision: string

Rule for adjusting data label layout. See the Help documentation for more information.

dataLabelOutline: string

Defines whether the data label has a contrast outline. When set to 'auto', only the area, line, lineWithArea, scatter and bubble chart series will have data label contrast outline. If applications turn it off they should make sure that the color meets the minimum contrast ratio against all possible data label background colors like series colors, plot area background color, or chart background color.

dataLabelPosition: string | string[]

The position of the data label. For range series, if an array of two values is provided, the first and second value will apply to the low and high point respectively. See the Help documentation for more information.

dataLabelStyle: object | object[]

The CSS style object defining the style of the data label. See the Help documentation for more information.

funnelBackgroundColor: string

The default background color of funnel slices that show actual/target values.

An object defining the style for hierarchical label separators.

hoverBehaviorDelay: number

Specifies initial hover delay in milliseconds for highlighting items in chart.

lineStyle: string

The line style of the data line. Only applies to line, lineWithArea, scatter, and bubble series.

lineType: string

The line type of the data line or area. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.

lineWidth: number

The width of the data line. Only applies to line, lineWithArea, scatter, and bubble series.

markerColor: string

The color of the data markers, if different from the series color.

markerDisplayed: string

Defines whether the data markers should be displayed. Only applies to line, area, scatter, and bubble series. If auto, the markers will be displayed for combo chart and whenever the data points are not connected by a line.

markerShape: string

The shape of the data markers. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. See the Help documentation for more information.

markerSize: number

The size of the data markers in pixels.

marqueeBorderColor: string

The border color of the marquee. Applies to marquee selection and marquee zoom.

marqueeColor: string

The fill color of the marquee. Applies to marquee selection and marquee zoom.

maxBarWidth: number

Specifies the maximum width of each bar in pixels.

otherColor: string

Specifies the color of the "Other" slice. Only applies to pie chart.

patterns: string[]

The array defining the default pattern ramp for the series. This is used only when seriesEffect is 'pattern'.

pieFeelerColor: string

The color of the line extending from the pie slice to the slice label.

pieInnerRadius: number

Specifies the radius of the inner circle that can be used to create a donut chart. Valid values range from 0 (default) to 1. Not supported if 3D effect is on.

selectionEffect: string

The selection effect that is applied to selected items. The values explode and highlightAndExplode only apply to pie charts.

seriesEffect: string

Defines the fill effect for the data items.

shapes: string[]

The array defining the default shape ramp for the series. Valid values are defined in the markerShape attribute.

stackLabelStyle: object

The CSS style object defining the style of the stack label.

stockFallingColor: string

In stock charts, the color of the candlestick when the 'open' value is greater than the 'close' value.

stockRangeColor: string

In stock charts, the color of the range bars for candlestick.

stockRisingColor: string

In stock charts, the color of the candlestick when the 'close' value is greater than the 'open' value.

stockVolumeColor: string

In stock charts, the color of the volume bars. If specified, overrides the default rising and falling colors used by the volume bars.

threeDEffect: string

Defines whether the chart is displayed with a 3D effect. Only applies to pie, funnel and pyramid charts.

tooltipLabelStyle: object

The CSS style object defining the style of the labels in the tooltip.

tooltipValueStyle: object

The CSS style object defining the style of the values in the tooltip.

Generated using TypeDoc