Page 1 of 1

Question about NotMandatoryValueList and MandatoryValueList

Posted: Tue Apr 27, 2004 11:16 am
by 9333771
Hi!

I have two questions about two properties of the TChartSeries class.

What is the main use of the NotMandatoryValueList?

What's the difference about these two properties: NotMandatoryValueList and MandatoryValueList?

I look in the help of teechart 7 but doesn’t say anything about it.

Thanks in advance,
Mariano

Ps. Sorry, but my English isn’t very well.

Posted: Tue Apr 27, 2004 2:13 pm
by Marjan
Hi.

In short: "mandatory" means the values are required, while on the other hand "not-mandatory" means the values are not required. For example, if you have regular line series, the YValues are required while the XValues can safely be ommited (in this case the XValues will be 0,1,2,3...). For horizontal line series the situation is reversed: the xvalues are required (mandatory) while y values are not required (not-mandatory).

Hope this helps.