Is it possible to get this to display in the Price Scale without using a Plot?
protected override void OnStateChange()
{
if (State == State.SetDefaults)
{
AddLine(new Stroke(new SolidColorBrush((Color)ColorConverter.ConvertFromS tring("#90FFFF00")), DashStyleHelper.Dash, 1), 250, "250");
AddLine(new Stroke(new SolidColorBrush((Color)ColorConverter.ConvertFromS tring("#FF464A55")), DashStyleHelper.Dash, 2), 100, "100");


Comment