initialState.annotations[type=' price-range']
- type required
'price-range' - Configuration for the price range annotation.
- start required
AgAnnotationPoint - The starting point of a linear annotation.
- end required
AgAnnotationPoint - The end point of a linear annotation.
- extendLeft
booleandefault: false - Whether the annotation should be extended to the left.
- extendRight
booleandefault: false - Whether the annotation should be extended to the right.
- handle
AgAnnotationHandle - Configuration for the drag handles.
- text
AgLineAnnotationText - Configuration for the line text.
- statistics
AgMeasurerAnnotationStatistics - Configuration for the statistics.
- locked
booleandefault: false - Whether the annotation should be locked to prevent editing.
- readOnly
booleandefault: false - Whether the annotation should be read-only to prevent selection, editing and deletion.
- visible
boolean - Whether the element should be visible.
- stroke
AgCssColorOrRef - The colour for the stroke.
- strokeWidth
PixelSize - The width of the stroke in pixels.
- strokeOpacity
Opacity - The opacity of the stroke colour.
- lineStyle
AgAnnotationLineStyleType - Defines how the line stroke is rendered. If `lineDash` is configured, this takes priority over the `lineStyle` property.
- lineDash
PixelSize[] - An array specifying the length in pixels of alternating dashes and gaps.
- lineDashOffset
PixelSize - The initial offset of the dashed line in pixels.
initialState.annotations[type=' price-range']
- type required
'price-range' - Configuration for the price range annotation.
- start required
AgAnnotationPoint - The starting point of a linear annotation.
- end required
AgAnnotationPoint - The end point of a linear annotation.
- extendLeft
booleandefault: false - Whether the annotation should be extended to the left.
- extendRight
booleandefault: false - Whether the annotation should be extended to the right.
- handle
AgAnnotationHandle - Configuration for the drag handles.
- text
AgLineAnnotationText - Configuration for the line text.
- statistics
AgMeasurerAnnotationStatistics - Configuration for the statistics.
- locked
booleandefault: false - Whether the annotation should be locked to prevent editing.
- readOnly
booleandefault: false - Whether the annotation should be read-only to prevent selection, editing and deletion.
- visible
boolean - Whether the element should be visible.
- stroke
AgCssColorOrRef - The colour for the stroke.
- strokeWidth
PixelSize - The width of the stroke in pixels.
- strokeOpacity
Opacity - The opacity of the stroke colour.
- lineStyle
AgAnnotationLineStyleType - Defines how the line stroke is rendered. If `lineDash` is configured, this takes priority over the `lineStyle` property.
- lineDash
PixelSize[] - An array specifying the length in pixels of alternating dashes and gaps.
- lineDashOffset
PixelSize - The initial offset of the dashed line in pixels.