Unit PlotOptions

Classes, Interfaces, Objects and Records
Variables

Description

 

Uses

Overview

Functions and Procedures

function DoPlotCmd(DSS: TDSSContext): Integer;
procedure DefineOptions(var PlotOption: ArrayOfString);

Types

TPlotOption = (...);

Constants

NumPlotOptions = ord(High(TPlotOption));

Description

Functions and Procedures

function DoPlotCmd(DSS: TDSSContext): Integer;
 
procedure DefineOptions(var PlotOption: ArrayOfString);
 

Types

TPlotOption = (...);
 
Values
  • INVALID = 0
  • typ = 1
  • quantity = 2: type
  • max = 3
  • dots = 4
  • labels = 5
  • obj = 6
  • showloops = 7: object
  • r3 = 8
  • r2 = 9
  • c1 = 10
  • c2 = 11
  • c3 = 12
  • channels = 13
  • bases = 14
  • subs = 15
  • thickness = 16
  • buslist = 17
  • min = 18
  • __3phLinestyle = 19
  • __1phLinestyle = 20
  • phases = 21
  • profilescale = 22
  • PlotID = 23

Constants

NumPlotOptions = ord(High(TPlotOption));
 

Generated by PasDoc 0.16.0.