49
Name
Type
Description
symbolSize
number
Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to
Scatter, LineSymbols, and SplineSymbols chart types.
(inherited from SeriesBase).
symbolStyle
any
Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and
SplineSymbols chart types.
(inherited from SeriesBase).
visibility
SeriesVisibility
Gets or sets an enumerated value indicating whether and where the series appears.
(inherited from SeriesBase).
Methods
Name
Parameters
Description
drawLegendItem(engine,
rect, index)
engine (IRenderEngine): The rendering engine to
use.
rect (Rect): The position of the legend item.
index (number): Index of legend item(for series
with multiple legend items).
Draw a legend item at the specified position.
(inherited from SeriesBase).
getDataRect(): Rect
Returns series bounding rectangle in data
coordinates.
If getDataRect() returns null, the limits are
calculated automatically based on the data
values.
(inherited from SeriesBase).
.
getPlotElement
(pointIndex): any
pointIndex (number): The index of the data point. Gets the plot element that corresponds to the
specified point index.
(inherited from SeriesBase).
hitTest(pt, y?): HitTestInfo
pt (any): The point to investigate, in window
coordinates.
Gets a HitTestInfo object with information
about the specified point.
(inherited from SeriesBase).