-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
@swharden There is an issue using callouts with time based candle stick charts
ScottPlot Version: latest
this.chartPlot.Plot.Clear();
this.chartPlot.Refresh();
this.chartPlot.Plot.Add.Candlestick(candles);
foreach (var label in summary.Labels)
{
this.chartPlot.Plot.Add.Callout(label.Text, label.Time.ToOADate(), Convert.ToDouble(label.Price), label.Time.ToOADate(), Convert.ToDouble(label.Price));
}
this.chartPlot.Plot.Axes.DateTimeTicksBottom();
this.chartPlot.Plot.Axes.AutoScaleExpand();
this.chartPlot.Plot.HideGrid();
this.chartPlot.Refresh();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

