Class TDiagramFixedWidthCircularDataListModel

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDiagramFixedWidthCircularDataListModel = class(TDiagramDataListModel)

Description

this is a special model you probably don't need It is like a TDiagramDataListModel but ensures that the last and first point always have the same y-position if modified by the user and that he can't modify their x-position (the application interface with lists[i] can modify everything)

Hierarchy

Overview

Methods

Public function setData(i,j:longint; const x,y:float):integer; override;
Public function addData(i:longint; const x,y:float):integer; override;
Public procedure removeData(i,j:longint); override;

Description

Methods

Public function setData(i,j:longint; const x,y:float):integer; override;
 
Public function addData(i:longint; const x,y:float):integer; override;
 
Public procedure removeData(i,j:longint); override;
 

Generated by PasDoc 0.11.0 on 2012-07-31 14:28:32