[]
Gets or sets the alternate style for the series.
The alternate style is used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
The default value for this property is null, which causes the series to use the default style.
Gets or sets the X-axis for the series.
Gets or sets the Y-axis for the series.
Gets or sets the name of the property that contains Y values for the series.
Gets or sets the name of the property that contains X values for the series.
Gets the FlexChart object that owns this series.
Gets the ICollectionView object that contains the data for this series.
Gets or sets a value that determines whether to show connector lines.
Gets or sets the series CSS class.
Gets the series host element.
Gets or sets the name of the property that contains labels for the intermediate total bars. This should be an array or a string.
This property works with the showIntermediateTotal and intermediateTotalPositions properties.
Gets or sets a value of the property that contains the index for positions of the intermediate total bars.
This property works with the showIntermediateTotal and intermediateTotalLabels properties.
Gets or sets a value that determines whether to interpolate null values in the data.
If true, the series interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values.
The default value for this property is false.
Gets or sets the item formatter function that allows you to customize the appearance of the series.
The property overrides the chart's itemFormatter wijmo.chart.FlexChart.itemFormatter.
Gets or sets the array or ICollectionView object that contains the series data.
Gets the series element in the legend.
Gets or sets the series name.
The series name is displayed in the chart legend. Any series without a name does not appear in the legend.
Gets or sets a value that determines whether the given data represents absolute or relative values (differences).
Gets or sets a value that determines whether to show intermediate total bars.
This property works with intermediateTotalPositions and intermediateTotalLabels properties.
Gets or sets a value that determines whether to show the total bar at the end of the chart.
Gets or sets a value that determines the value of the start bar. If start is null, the start bar will not be shown.
Gets or sets the label of the start bar.
Gets or sets the series style.
Gets or sets the Waterfall styles.
The following styles are supported:
waterfall.styles = { start: { fill: 'blue', stroke: 'blue' }, total: { fill: 'yellow', stroke: 'yellow' }, falling: { fill: 'red', stroke: 'red' }, rising: { fill: 'green', stroke: 'green' }, connectorLines: { stroke: 'blue', 'stroke-dasharray': '10, 10' } }
Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
The default value for this property is Marker.Dot.
Gets or sets the size (in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
The default value for this property is 10 pixels.
Gets or sets the series symbol style.
Applies to Bar, Column, Scatter, LineSymbols, and SplineSymbols chart types.
Gets or sets the series specific tooltip content.
The property overrides the content of chart tooltip content.
Gets or sets the label of the total bar.
Gets or sets an enumerated value indicating whether and where the series appears.
The default value for this property is SeriesVisibility.Visible.
Returns the series bounding rectangle in data coordinates.
If getDataRect() returns null, the limits are calculated automatically based on the data values.
The current rectangle of chart. This parameter is optional.
The calculated rectangle of chart. This parameter is optional.
Gets the plot element that corresponds to the specified point index.
The index of the data point.
Gets a HitTestInfo object with information about the specified point.
The point to investigate, in window coordinates.
The Y coordinate of the point (if the first parameter is a number).
Initializes the series by copying the properties from a given object.
JavaScript object containing initialization data for the series.
Raises the rendered event.
The IRenderEngine object used to render the series.
Raises the rendering event.
The IRenderEngine object used to render the series.
The index of the series to render.
Total number of the series to render.
Occurs when series is rendered.
Occurs when series is rendering.
Represents a Waterfall series of FlexChart.
The Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.