38
wijmo.angular2.js
Angular 2 component for the WjFlexChart AnnotationLayer object.
The wj-flex-chart-annotation-layer component must be contained in a WjFlexChart component.
Use the wj-flex-chart-annotation-layer component to add AnnotationLayer objects to your Angular 2 applications. For details about Angular 2
markup syntax, see Angular 2 Markup.
The WjFlexChartAnnotationLayer component is derived from the AnnotationLayer class and inherits all its properties, events and methods.
The wj-flex-chart-annotation-layer component may contain child components derived from the AnnotationBase class.
Properties
Name
Type
Description
items
ObservableArray
Gets the collection of annotation elements in the AnnotationLayer.
(inherited from AnnotationLayer).
Methods
Name
Parameters
Description
constructor(chart, options?) chart (FlexChartCore): A chart to which
the AnnotationLayer is attached.
options? (): A JavaScript object containing
initialization data for AnnotationLayer.
Initializes a new instance of
the AnnotationLayer class.
(inherited from AnnotationLayer).
getItem
(name): AnnotationBase
name (string): The annotation's name.
Gets the annotation element by name in
the AnnotationLayer.
(inherited from AnnotationLayer).
getItems(name): Array
name (string): The annotations' name.
Gets the annotation elements by name in
the AnnotationLayer.
(inherited from AnnotationLayer).
WjFlexChartAnnotationLine Class
C# WPF PDF Viewer SDK to view PDF document in C#.NET Process. Data: Read, Extract Field Data. Data: Auto Fill-in Field one PDF page or whole PDF while in viewing in C#.NET. Abilities to zoom in and zoom out PDF page
convert excel spreadsheet to fillable pdf form; convert pdf file to fillable form online VB.NET PDF - View PDF with WPF PDF Viewer for VB.NET Data: Read, Extract Field Data. Data: Auto Fill-in Field Data. for DNN, C#.NET Winforms Document Viewer, C#.NET WPF Abilities to zoom in and zoom out PDF page.
create a pdf form to fill out and save; convert an existing form into a fillable pdf
43
Base Class
Line
Module
wijmo/wijmo.angular2.chart.annotation
File
wijmo.angular2.js
Angular 2 component for the WjFlexChart Line annotation objects.
The wj-flex-chart-annotation-line component must be contained in a WjFlexChartAnnotationLayer component.
Use the wj-flex-chart-annotation-line component to add Line annotation objects to your Angular 2 applications. For details about Angular 2
markup syntax, see Angular 2 Markup.
The WjFlexChartAnnotationLine component is derived from the Line class and inherits all its properties, events and methods.
Properties
Name
Type
Description
attachment
AnnotationAttachment
Gets or sets the attachment of the annotation.
(inherited from AnnotationBase).
content
string
Gets or sets the text of the annotation.
(inherited from Shape).
end
DataPoint
Gets or sets the end point of the Line annotation.
(inherited from Line).
isVisible
boolean
Gets or sets the visibility of the annotation.
(inherited from AnnotationBase).
name
string
Gets or sets the name of the annotation.
(inherited from AnnotationBase).
offset
Point
Gets or sets the offset of the annotation from the point.
(inherited from AnnotationBase).
point
DataPoint
Gets or sets the point of the annotation. The coordinates of points depends
on the attachment property. See AnnotationAttachment for further
C#: XDoc.HTML5 Viewer for .NET Online Help Manual Click to draw an arrow annotation. Shape outline and shape fill can be set. Loaded file. C# HTML5 Viewer: Other Options ( ). Click to zoom out current file. 7.
convert pdf to fillable pdf form; pdf signature field
50
Name
Type
Description
description.
(inherited from AnnotationBase).
pointIndex
number
Gets or sets the data point index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
position
AnnotationPosition
Gets or sets the position of the annotation. The position is relative to
the point.
(inherited from AnnotationBase).
seriesIndex
number
Gets or sets the data series index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
start
DataPoint
Gets or sets the start point of the Line annotation.
(inherited from Line).
style
any
Gets or sets the style of the annotation.
(inherited from AnnotationBase).
tooltip
string
Gets or sets the tooltip of the annotation.
(inherited from AnnotationBase).
Methods
Name
Parameters
Description
constructor(options?) options? (): A JavaScript object containing
initialization data for Line annotation.
Initializes a new instance of the Line annotation
class.
(inherited from Line).
destroy()
Destroy this annotation
(inherited from AnnotationBase).
render(engine)
engine (IRenderEngine): The engine to render
annotation.
Render this annotation.
(inherited from AnnotationBase).
WjFlexChartAnnotationPolygon Class
41
Base Class
Polygon
Module
wijmo/wijmo.angular2.chart.annotation
File
wijmo.angular2.js
Angular 2 component for the WjFlexChart Polygon annotation objects.
The wj-flex-chart-annotation-polygon component must be contained in a WjFlexChartAnnotationLayer component.
Use the wj-flex-chart-annotation-polygon component to add Polygon annotation objects to your Angular 2 applications. For details about
Angular 2 markup syntax, see Angular 2 Markup.
The WjFlexChartAnnotationPolygon component is derived from the Polygon class and inherits all its properties, events and methods.
Properties
Name
Type
Description
attachment
AnnotationAttachment
Gets or sets the attachment of the annotation.
(inherited from AnnotationBase).
content
string
Gets or sets the text of the annotation.
(inherited from Shape).
isVisible
boolean
Gets or sets the visibility of the annotation.
(inherited from AnnotationBase).
name
string
Gets or sets the name of the annotation.
(inherited from AnnotationBase).
offset
Point
Gets or sets the offset of the annotation from the point.
(inherited from AnnotationBase).
point
DataPoint
Gets or sets the point of the annotation. The coordinates of points depends
on the attachment property. See AnnotationAttachment for further
description.
(inherited from AnnotationBase).
50
Name
Type
Description
pointIndex
number
Gets or sets the data point index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
points
ObservableArray
Gets the collection of points of the Polygon annotation.
(inherited from Polygon).
position
AnnotationPosition
Gets or sets the position of the annotation. The position is relative to
the point.
(inherited from AnnotationBase).
seriesIndex
number
Gets or sets the data series index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
style
any
Gets or sets the style of the annotation.
(inherited from AnnotationBase).
tooltip
string
Gets or sets the tooltip of the annotation.
(inherited from AnnotationBase).
Methods
Name
Parameters
Description
constructor(options?) options? (): A JavaScript object containing
initialization data for Polygon annotation.
Initializes a new instance of the Polygon annotation
class.
(inherited from Polygon).
destroy()
Destroy this annotation
(inherited from AnnotationBase).
render(engine)
engine (IRenderEngine): The engine to render
annotation.
Render this annotation.
(inherited from AnnotationBase).
WjFlexChartAnnotationRectangle Class
Base Class
Rectangle
43
Module
wijmo/wijmo.angular2.chart.annotation
File
wijmo.angular2.js
Angular 2 component for the WjFlexChart Rectangle annotation objects.
The wj-flex-chart-annotation-rectangle component must be contained in a WjFlexChartAnnotationLayer component.
Use the wj-flex-chart-annotation-rectangle component to add Rectangle annotation objects to your Angular 2 applications. For details about
Angular 2 markup syntax, see Angular 2 Markup.
The WjFlexChartAnnotationRectangle component is derived from the Rectangle class and inherits all its properties, events and methods.
Properties
Name
Type
Description
attachment
AnnotationAttachment
Gets or sets the attachment of the annotation.
(inherited from AnnotationBase).
content
string
Gets or sets the text of the annotation.
(inherited from Shape).
height
number
Gets or sets the height of the Rectangle annotation.
(inherited from Rectangle).
isVisible
boolean
Gets or sets the visibility of the annotation.
(inherited from AnnotationBase).
name
string
Gets or sets the name of the annotation.
(inherited from AnnotationBase).
offset
Point
Gets or sets the offset of the annotation from the point.
(inherited from AnnotationBase).
point
DataPoint
Gets or sets the point of the annotation. The coordinates of points depends
on the attachment property. See AnnotationAttachment for further
description.
(inherited from AnnotationBase).
50
Name
Type
Description
pointIndex
number
Gets or sets the data point index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
position
AnnotationPosition
Gets or sets the position of the annotation. The position is relative to
the point.
(inherited from AnnotationBase).
seriesIndex
number
Gets or sets the data series index of the annotation. Applies only when
the attachment property is set to DataIndex.
(inherited from AnnotationBase).
style
any
Gets or sets the style of the annotation.
(inherited from AnnotationBase).
tooltip
string
Gets or sets the tooltip of the annotation.
(inherited from AnnotationBase).
width
number
Gets or sets the width of the Rectangle annotation.
(inherited from Rectangle).
Methods
Name
Parameters
Description
constructor(options?) options? (): A JavaScript object containing
initialization data for Rectangle annotation.
Initializes a new instance of
the Rectangle annotation class.
(inherited from Rectangle).
destroy()
Destroy this annotation
(inherited from AnnotationBase).
render(engine)
engine (IRenderEngine): The engine to render
annotation.
Render this annotation.
(inherited from AnnotationBase).
WjFlexChartAnnotationSquare Class
Base Class
Square
Documents you may be interested
Documents you may be interested