ICurveLineSeriesAdapters

Type interface

Defines adapters for CurveLineSeries.

Adapter

Inheritance

ICurveLineSeriesAdapters extends ILineSeriesAdapters, ICurveLineSeriesProperties.

ICurveLineSeriesAdapters is extended by ICurveStepLineSeriesAdapters.

Properties

align
#

Param

Array
(
    [name] => Align
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

alwaysShowTooltip
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

autoGapCount
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 1.1

Inherited from ILineSeriesProperties

If connect = false and distance between two data points is bigger than baseInterval * autoGapCount, a line will break automatically.

bottomOffset
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ICurveLineSeriesProperties

A relative part of an series elements allowed outside of the inner edge of the "plot area".

clickable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

connect
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from ILineSeriesProperties

Connect the lines over empty data points?

connectEnds
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from ICurveLineSeriesProperties

Should the last and and first data points be connected, forming a complete closed circle?

contentAlign
#

Param

Array
(
    [name] => Align
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Horizontal alignment of Container's items.

contextMenuDisabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

criticalError
#

Param

Array
(
    [name] => Error
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

cursorHoverEnabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYSeriesProperties

Indicates if series should apply hover state on bullets/columns/etc when cursor is over the data item.

cursorOptions
#

Param

Array
(
    [name] => ICursorOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

cursorTooltipEnabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYSeriesProperties

Indicates if series should display a tooltip for chart's cursor.

data
#

Param

Array
(
    [name] => 
    [type] => array
    [elementType] => Array
        (
            [name] => any
            [type] => intrinsic
        )

)

{ type: string,
  target: Target }

Inherited from IComponentAdapters

Applied to chart's data before it is retrieved for use.

dataContextValue
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/core/Component.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => dataItem
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => DataItem
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/Component.ts
                                        )

                                    [hash] => 4e501cea3122dff1a5c9a30376d044dd
                                )

                            [1] => Array
                                (
                                    [name] => field
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/Component.ts
                                        )

                                    [hash] => 51c624e78e4508f87948984c1462cfca
                                )

                            [2] => Array
                                (
                                    [name] => value
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => any
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/Component.ts
                                        )

                                    [hash] => 0e8f6978ec4d7cd3e56f721b76cf3a25
                                )

                        )

                )

            [hash] => 9f070b3051fc145da56ce9259d53d97b
        )

)

{ type: string,
  target: Target }

Inherited from IComponentAdapters

Applied after Component retrieves data value from data context (raw data), but before it is provided to DataItem.

disabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

draggable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

dx
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

dy
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

end
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IComponentAdapters

excludeFromTotal
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IXYSeriesProperties

Indicates if series' values should be excluded when calculating totals.

fill
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => Color
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => LinearGradient
                    [type] => reference
                )

            [2] => Array
                (
                    [name] => RadialGradient
                    [type] => reference
                )

            [3] => Array
                (
                    [name] => Pattern
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fillModifier
#

Param

Array
(
    [name] => ColorModifier
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fillOpacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fixedWidthGrid
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

If set to true, all columns of the container with layout type "grid" will be equally sized.

focusable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

fontFamily
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Font family for the text.

fontSize
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Font size for the text.

fontWeight
#

Param

Array
(
    [name] => FontWeight
    [type] => reference
)

{ type: string,
  target: Target }

Default "normal"

Inherited from IContainerProperties

Default font weight.

globalScale
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

groupDataItem
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/charts/series/XYSeries.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => dataField
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => IXYSeriesDataFields
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 16ea53a1d4be66a898428bebe3a07db7
                                )

                            [1] => Array
                                (
                                    [name] => dataItem
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => XYSeriesDataItem
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => c55c1f2924718a0dde15a998aecd4e6c
                                )

                            [2] => Array
                                (
                                    [name] => date
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => Date
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => f7659eae6c580ecd8ebd160c3e33c2f5
                                )

                            [3] => Array
                                (
                                    [name] => interval
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => ITimeInterval
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 09ab4bc41d2652500665ee4a33f07453
                                )

                            [4] => Array
                                (
                                    [name] => value
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => number
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 9c8bb0137a6c353a55d04e05ffcec4f4
                                )

                        )

                )

            [hash] => 394ca0b404746e1ee9d42e46c2482852
        )

)

{ type: string,
  target: Target }

Inherited from IXYSeriesAdapters

Applied to a calculated aggregate data item and its values, so that specific logic can be applied to calculation of derivative values.

User's code needs to modify specific value in values object, most probably close as it's the default grouping field.

Applied only * if groupData = true is set on the related DateAxis.

@since 4.9.36
Click here for more information

groupValue
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/charts/series/XYSeries.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => dataField
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => IXYSeriesDataFields
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 16ea53a1d4be66a898428bebe3a07db7
                                )

                            [1] => Array
                                (
                                    [name] => dataItem
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => XYSeriesDataItem
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => c55c1f2924718a0dde15a998aecd4e6c
                                )

                            [2] => Array
                                (
                                    [name] => date
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => Date
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => f7659eae6c580ecd8ebd160c3e33c2f5
                                )

                            [3] => Array
                                (
                                    [name] => interval
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => ITimeInterval
                                            [type] => reference
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 09ab4bc41d2652500665ee4a33f07453
                                )

                            [4] => Array
                                (
                                    [name] => value
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => number
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/charts/series/XYSeries.ts
                                        )

                                    [hash] => 9c8bb0137a6c353a55d04e05ffcec4f4
                                )

                        )

                )

            [hash] => 394ca0b404746e1ee9d42e46c2482852
        )

)

{ type: string,
  target: Target }

Inherited from IXYSeriesAdapters

Applied to a source value that is being used to calculate aggregate values for a grouped data item.

applied only if groupData = true is set on the related DateAxis.

@since 4.9.35
Click here for more information

height
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hidden
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hiddenInLegend
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISeriesProperties

Should series be hidden in chart's legend?

hideTooltipWhileZooming
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYSeriesProperties

Indicates if series' tooltip should be hidden while series axis range is animating (zooming)

@since 4.7.16

hitOptions
#

Param

Array
(
    [name] => IHitOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

horizontalCenter
#

Param

Array
(
    [name] => HorizontalCenter
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hoverOnFocus
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

hoverOptions
#

Param

Array
(
    [name] => IHoverOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

hoverable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

id
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

inert
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

inertiaOptions
#

Param

Array
(
    [name] => Dictionary
    [type] => reference
    [typeArguments] => Array
        (
            [0] => Array
                (
                    [name] => InertiaTypes
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => IInertiaOptions
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

innerHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

innerWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

interactionsEnabled
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

isActive
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

isHover
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

itemReaderText
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISeriesAdapters

Applied to the name used by screen readers.

keyboardOptions
#

Param

Array
(
    [name] => IKeyboardOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

layout
#

Param

Array
(
    [name] => ContainerLayout
    [type] => reference
)

{ type: string,
  target: Target }

Default "absolute"

Inherited from IContainerProperties

Container layout.

Options: "absolute" (default), "vertical", "horizontal", or "grid".

marginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

marginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

mask
#

Param

Array
(
    [name] => Sprite
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

maskBullets
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYSeriesProperties

Should series bullets be masked?

@since 4.7.17

maxColumns
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IContainerProperties

Maximum number of columns (when using "grid" layout).

maxHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

maxZoomCount
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 0 (no limit)

Inherited from IComponentProperties

Use this for CategoryAxis or DateAxis.

Limits how many categories or base intervals can be shown at the same time.

If there are more items in the chart, the chart will auto-zoom.

maxZoomFactor
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IComponentProperties

Maximum zoom factor of a component.

measuredHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

measuredWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

minBulletDistance
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 0

Inherited from ISeriesProperties

Minimal distance between data points in pixels.

If distance gets smaller than this, bullets are turned off to avoid overlapping.

0 (zero) disables this behavior.

minHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

minZoomCount
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 1

Inherited from IComponentProperties

Use this for CategoryAxis or DateAxis.

Allows restricting zoom in beyond certain number of categories or base intervals.

The chart will not zoom in beyond this number of items.

mouseOptions
#

Param

Array
(
    [name] => IMouseOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

name
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISeriesProperties

Series' name.

nonScaling
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

nonScalingStroke
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

opacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

outerHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

outerWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

paddingBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

paddingTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

path
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

pixelHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelMarginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelPerfect
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

pixelWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

pixelY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

populateString
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

readerChecked
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerControls
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerDescribedBy
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerDescription
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerHidden
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerLabelledBy
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerLive
#

Param

Array
(
    [name] => AriaLive
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerOrientation
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerTitle
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerValueNow
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

readerValueText
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

relativeHeight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginBottom
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginLeft
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginRight
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeMarginTop
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

relativeY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

resizable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

reverseOrder
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

If set to true, the children of the container will be drawn in reverse order.

role
#

Param

Array
(
    [name] => Roles
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

rotation
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

scale
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

setStateOnChildren
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IContainerProperties

Specifies if, when state is applied on this container, the same state should be applied to container's children as well as background.

shapeRendering
#

Param

Array
(
    [name] => ShapeRendering
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

showOnInit
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

showTooltipOn
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => hover
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => hit
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => always
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

smoothing
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => bezier
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => monotoneX
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => monotoneY
                )

        )

)

{ type: string,
  target: Target }

Inherited from ILineSeriesProperties

Smoothing algorythm to use for the line.

@since 4.10.0

snapTooltip
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IXYSeriesProperties

Should the nearest tooltip be shown if no data item is found on the current cursor position

stackToNegative
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default true

Inherited from IXYSeriesProperties

[boolean description]

@since 4.9.34

stacked
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default false

Inherited from IXYSeriesProperties

Can items from this series be included into stacks?

start
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from IComponentAdapters

stroke
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => Color
                    [type] => reference
                )

            [1] => Array
                (
                    [name] => LinearGradient
                    [type] => reference
                )

            [2] => Array
                (
                    [name] => RadialGradient
                    [type] => reference
                )

            [3] => Array
                (
                    [name] => Pattern
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeDasharray
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeDashoffset
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeLinecap
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => butt
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => square
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => round
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeLinejoin
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => miter
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => round
                )

            [2] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => bevel
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeModifier
#

Param

Array
(
    [name] => ColorModifier
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeOpacity
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

strokeWidth
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

swipeOptions
#

Param

Array
(
    [name] => ISwipeOptions
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteAdapters

swipeable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tabindex
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tensionX
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 1

Inherited from ILineSeriesProperties

Horizontal tension setting of the line (0-1).

Used for smoothed lines.

tensionY
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Default 1

Inherited from ILineSeriesProperties

Vertical tension setting of the line (0-1).

Used for smoothed lines.

textDecoration
#

Param

Array
(
    [name] => TextDecoration
    [type] => reference
)

{ type: string,
  target: Target }

Default "none"

Inherited from IContainerProperties

Default font decoration.

togglable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipHTML
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipPosition
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => fixed
                )

            [1] => Array
                (
                    [name] => 
                    [type] => stringLiteral
                    [value] => pointer
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipText
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipX
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

tooltipY
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

topOffset
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ICurveLineSeriesProperties

A relative part of an series elements allowed outside of the outer edge of the "plot area".

trackable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

url
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

urlTarget
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

userClassName
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

valign
#

Param

Array
(
    [name] => VerticalAlign
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

verticalCenter
#

Param

Array
(
    [name] => VerticalCenter
    [type] => reference
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

visible
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

wheelable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

width
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

x
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

y
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

zIndex
#

Param

Array
(
    [name] => number
    [type] => intrinsic
)

{ type: string,
  target: Target }

Inherited from ISpriteProperties

There are 161 inherited items currently hidden from this list.