Hello, I’d like to know how is possible to draw Axis Bands from one data point to another.
I’m currently creating real-time stock charts and I need to display the after-hours with a different band.
Thanks in advanced for your help,
- Eliezer Veras asked 3 years ago
- last active 3 years ago
Hi;
I would like to delete selected annotation when “delete” key are pressed on it; like this :
(newAnnotation as AnnotationBase).KeyDown += (o, e) =>
{
this._chart.Annotations.Remove(newAnnotation);
};
I made this method when I create annotation on CreationModifier.AnnotationCreated event.
but is not work; the event are not handled.
Can you tell me how can I do this please
- Damien Soudant asked 8 years ago
- last active 8 years ago
Hi;
I have a problem with the zoom on stock chart.
If i have 2,3,4… windows opened with stock chart on each, and if I zoom on one an window, the zoom works on all window.
But I want to zoom only on selected chart.
How can I fix it please?
- Damien Soudant asked 8 years ago
- last active 8 years ago
Hi!
I want to add a rollover modifier that would show the Open, High, Low, Close and Date/Time of a bar on the chart in the upper left-hand corner (much like the https://www.scichart.com/example/wpf-chart/wpf-chart-example-using-rollovermodifier-tooltips/ example but for a SciStockChart) but I haven’t been able to figure out how to do so. I own SciChart v3.1.0.4549. Any help in this regard would be greatly appreciated. Thanks….
- Louis Berman asked 8 years ago
- last active 9 months ago
Hi,
I’m looking to draw a BoxAnnotation onto a SciChartGroup ItemTemplate SciStockChart where the user will left mouse click, drag to define the size and releases to create the BoxAnnotation.
How should I go about doing this? Should I be looking at CustomModifiers or CustomAnnotations?
Any pointers will be very helpful
Thanks
David
- David T asked 9 years ago
Hi,
I am using a SciStockChart and trying to add Trade Markers as outlined here https://www.scichart.com/annotations-adding-trade-markers-to-a-chart/. However, I am not getting a proper xCoordinate from the coordinate calculator. I believe SciStockChart is using a CategoryCoordinateCalculator and I must do an extra step in order to get the proper result from the DateTime input. Here is the line that is not working correctly. double xCoord = xCoordCalculator.GetCoordinate(trade.ExecutionTime.Value); Is there another step I need to take in order to get the proper xCoord value?
thanks,
Dewey
- Dewey Brooks asked 9 years ago
- last active 9 years ago
I need normal (not categorical) x-axes and hence need the SciChartSurface rather than SciStockChart but SciChartSurface does not seem to have the property “IsXAxisVisible” and a number rather vital properties. How can I create a multi pane chart group where I can use SciChartSurface and still retain the ability of, for example, a shared x-Axis?
Thanks
- bbmat asked 10 years ago
- last active 10 years ago