Skip to content

SignalXY: Fill above/below does not render #1232

@ddrrrr

Description

@ddrrrr

the property "FillType" of SingalXY does not work.

this code is writing in winform:

double[] data = DataGen.RandomWalk(1000);
double[] xs = new double[1000];
for (int i = 0; i < 1000; i++)
    xs[i] = i;

var sig = formsPlot1.Plot.AddSignalXY(xs, data);
sig.FillColor1 = Color.Blue;
sig.GradientFillColor1 = Color.Transparent;
sig.FillType = FillType.FillBelow;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions