P
Pieter
Hi,
I just downloaded the TeeChart tool for easy drawing etc.,
and try to activate this from my own app. TeeChart comes
with many classes, interfaces etc, etc. The problem is that
I don't quite understand the structure of the TeeChart
classes hierarchy.
E.g. in the manual I found next VB .NET code for refering to
the chart's left axis: TChart.Axis.Left
Following the class browser, TChart is a class, Axis is a
property inheriting from interface IAxis, containing the
propery Left.
For me it looks like nested properties. Anyone who
understands how this works ? I am esp. puzzled about the
Axis.Left construct ?
Bye,
P.
I just downloaded the TeeChart tool for easy drawing etc.,
and try to activate this from my own app. TeeChart comes
with many classes, interfaces etc, etc. The problem is that
I don't quite understand the structure of the TeeChart
classes hierarchy.
E.g. in the manual I found next VB .NET code for refering to
the chart's left axis: TChart.Axis.Left
Following the class browser, TChart is a class, Axis is a
property inheriting from interface IAxis, containing the
propery Left.
For me it looks like nested properties. Anyone who
understands how this works ? I am esp. puzzled about the
Axis.Left construct ?
Bye,
P.