Search Results for

    Show / Hide Table of Contents

    TfsChartRTTI component

    TfsChartRTTI component

    Use this component if you want to get an access to TeeChart stuff in your application. This component allows you to access the following classes inside a script:

    TChartValueList
    TChartAxisTitle
    TChartAxis
    TCustomChartLegend
    TChartLegend
    TSeriesMarks
    TChartGradient
    TChartWall
    TChartBrush
    TChartTitle
    TChartSeries
    procedure TChartSeries.Clear;
    procedure TChartSeries.Add(const AValue: Double; const ALabel: String; AColor: TColor);
    TSeriesPointer
    TCustomSeries
    TLineSeries
    TPointSeries
    TAreaSeries
    TCustomBarSeries
    TBarSeries
    THorizBarSeries
    TCircledSeries
    TPieSeries
    TFastLineSeries
    TCustomChart
    TChart
    type TChartValue
    type TLegendStyle
    type TLegendAlignment
    type TLegendTextStyle
    type TChartListOrder
    type TGradientDirection
    type TSeriesMarksStyle
    type TAxisLabelStyle
    type THorizAxis
    type TVertAxis
    type TTeeBackImageMode
    type TPanningMode
    type TSeriesPointerStyle
    type TMultiArea
    type TMultiBar
    type TBarStyle
    

    You have an access to all the published properties of these classes and an access to some public properties and methods.

    Note: This is a "fake" component. It is needed only for automatic inclusion of the "FS_iChartRTTI" unit to the "uses" clause.
    
    Back to top © Copyright Fast Reports Inc.