Hi,
Candlestick Chart with small datasource give me huge chart not give me all the view and all YAxis points
Thank you for posting in the Infragistics community !
I have been carefully looking at the image provided but I am not sure if there is any issue with it, at least it is not possible to say without any other information provided. Please share some sample data and explain what chart do you expect to render so that I can get to your point.
Thanks for reply,
my problem when changing chart from line to candlestick, yAxis not change to new range display all candlestick points
Thank you for the access shared. I was able to look at the chart and want to tell you that the chart renders properly, because:
The financial chart with a candlestick series displays opening, closing, highest and lowest value of a financial (investment) instrument in the form of a candlestick. Corresponding to this definition the lowMemberPath sets the value mapping property for the current series object. In your datasource the lowest value in the TPISI_1_lowPrice field is 5167.4578,
so the lowest point in the YAxis is 5000.
Please see the attached sample where the lowest value for TPISI_1_lowPrice field is 2167.4578 and see how the lowest point rendered on the YAxis is 2000. I hope you will also find this helpful:
"The FinancialPriceSeries in Candlestick mode is used to plot stock prices, and show the stock's high, low, open and close prices for each day. Each data point is plotted as a vertical column with vertical lines on both the top and bottom. The vertical line indicates the span between high and low values of an investment. The top of the vertical line indicates the highest price during a session and the bottom of the vertical line indicates the lowest price during a session. The vertical columns indicate the span between the opening and closing values of an investment. The columns are filled using Series’ Brush when there is positive value and using Series’ NegativeBrush when there is negative value between the opening and closing values"
Please let me know if you have further questions on the matter.
Thanks for reply i understand now ,
but i have another issue in this part : candlestick chart cut from end and also Xaxis data
please, check the following image
The chart is not cut, that's the way it is rendered. Depending on the number of labels, length of the label strings, zoom level and etc, and the interval between them labels are rendered, so this may result in some labels cut off in the end. The same is visible here at
http://www.igniteui.com/data-chart/financial-series
Have a look at the first chart, which also display financial series as candlestick. Try to zoom and you will see that at some point labels got cut off. I suggest that you try to play around with the label interval property and also add a axis title which will add some space on the width.
Thanks for reply, when using bootstrap theme no cut off
Thanks for your feedback, though I was not able to understand if you need any further assistance with this. If so, please let me know.
i dont need any assistance thank you