Profile Picture

begin and end of constline

Posted By Filip Mergental 12 Years Ago
Author
Message
Filip Mergental
Posted 12 Years Ago
View Quick Profile
Junior Member

Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 16, Visits: 1
Hello,
What would you advise me if I need to determine the start and end of constant lines in the chart?
Thank you.

Daniela

Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi Daniela,

Please elaborate what you want to accomplish...



Best Regards,
Nevron Support Team



Filip Mergental
Posted 12 Years Ago
View Quick Profile
Junior Member

Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)Junior Member (16 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 16, Visits: 1
Hello,
I want to view in one chart :
- the time progress of the parameter
- the control levels - value of parameter must not exceed these levels

These levels can be a different value at different time intervals - see picture const_lines.png.

Best Regards,
Daniela




Attachments
const_lines.png (67 views, 12.00 KB)
Nevron Support
Posted 12 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi Daniela,

If this is a categorical axis (e.g. you don't provide X values to the line data points then the values should be the catgorical index of the start / end points [0, 3] in the case of the first line. Otherwise if this is a DateTime scale should pass in date time values converted to double - using ToOADate():

double startValue = startDate.ToOADate();

Hope this helps - let us know if you meet any problems.



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic