<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Chart1.Extent.YMax := 1;<br>
Chart1.Extent.YMin := 0;<br>
Chart1.Extent.UseYMax := true;<br>
Chart1.Extent.UseYMin := true;<br>
<br>
Call this before or after adding data to the series, or set it in
the object inspector.<br>
<br>
<div class="moz-cite-prefix">Am 15.08.2015 um 07:15 schrieb Richard
Mace:<br>
</div>
<blockquote
cite="mid:CAK+KT3_X_z14umZ0dewVJmwnr9bLHvFaA=mxT5-MN0C8WF-qag@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">Hi,</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">I have a line
graph that only needs to display 0's and 1's however, when the
first 0 is plotted, the Y axis is set-up as the lowest mark
being -1, then goes up through 0 to then be +1.</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">How can I set
the graph up to say that the lowest mark would be 0 and the
highest would be 1?</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">Many thanks</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">Richard</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
</blockquote>
<br>
</body>
</html>