Nevron Vision for SQL Server Reporting Services
Chart / Chart Panels / Charting Types / Series Types / Stock Series
In This Topic
    Stock Series
    In This Topic

    Stock series are created for values data groupings displayed in combo charts, by setting the Series Type to Stock

     Options

    Shape - controls the shape of the data points. Possible values area:

    Open High Low Close Stick - draws a stick connecting the high and low values. The open value is displayed as a tick on the left. The close value is displayed as a tick on the right. If the close value is higher than the open value the stick uses the Up Stroke Style. Otherwise it uses the Down Stroke Style. 

    Candle Stick - draws a stick connecting the high and low values. The open and close values define a box along the stick. This box is filled/stroked with the Up Fill Style and Up Stroke Style if the open value is smaller than the close value. Otherwise the box is shaded with the Down Fill Style and Down Stroke Style. 

    Width - controls the width of the stock stick/candle.

    Up Label - defines the label, which is associated with data points for which the close value is larger than the open value. See Data Point Formatting Commands for more information. 

    Down Label - defines the label, which is associated with data points for which the close value is smaller than the open value. See Data Point Formatting Commands for more information. 

    Up Fill Style - controls the filling of the candle boxes for which the close value is larger than the open ending value. 

    Up Stroke Style - controls the border/stroke of the candle boxes/stick for which the close value is larger than the open value. 

    Down Fill Style - controls the filling of the candle boxes for which the close value is smaller than the open value. 

    Down Stroke Style - controls the border/stroke of the candle boxes/stick for which the close value is smaller than the open value.

     Data Requirements

    Stock series always support the Open, High, Low, Close and Label data point values. If the Combo Chart Subtype is set to XY Scatter, the stock series will accept a X data point value.

    See Also