Question about NotMandatoryValueList and MandatoryValueList

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Mariano
Newbie
Newbie
Posts: 46
Joined: Fri Nov 15, 2002 12:00 am
Location: España

Question about NotMandatoryValueList and MandatoryValueList

Post by Mariano » Tue Apr 27, 2004 11:16 am

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue Apr 27, 2004 2:13 pm

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.
Marjan Slatinek,
http://www.steema.com

Post Reply