Detailed topic list for APPX Web

Results from APPX web retrieved at 15:34 (Local)

CDAxisSetLabelRotation
.AXIS SET LBL ROTATION This subroutine sets the rotation angle for the "current" label of the "current" axis. Usage: PASS rot_angle ...
r3 - 24 Feb 2012 - 19:16 by JeanNeron
CDAxisSetMinTickIncr
.AXIS SET TICK MIN INC This subroutine sets the minimum tick increment of the ticks on the "current" axis. Usage: PASS tick_inc F...
r2 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickColor
.AXIS SET TICK CLR This subroutine sets the color of the major and/or minor ticks on the "current" axis. Usage: PASS color_spec_name FIE...
r2 - 24 Feb 2012 - 19:11 by JeanNeron
CDAxisSetTickDensity
.AXIS SET TICK DENSITY This subroutine sets the distance in pixels between major ticks and minor ticks on the "current" axis. Usage: PASS maj_tick...
r3 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickLength
.AXIS SET TICK L This subroutine sets the length of the major and/or minor ticks on the "current" axis. Usage: PASS maj_tick_len FIEL...
r2 - 24 Feb 2012 - 19:11 by JeanNeron
CDAxisSetTickOffset
.AXIS SET TICK OFFSET This subroutine sets the offset of the ticks on the "current" axis. Usage: PASS tick_offset FIELD S...
r5 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickWidth
.AXIS SET TICK W This subroutine sets the length of the major and/or minor ticks on the "current" axis. Usage: PASS maj_tick_width FIEL...
r2 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTitle
.AXIS SET TITLE This subroutine is called to set the title for the "current" axis. Usage: PASS axis_title FIELD SHARE? N...
r2 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleAlignment
.AXIS SET TTL ALIGN This subroutine sets the alignment of the axis title for the title of the "current" axis. Usage: PASS title_alignment ...
r3 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontColor
.AXIS SET TTL FONT CLR This subroutine sets the font color for the title of the "current" axis. Usage: PASS color_spec_name FIELD ...
r3 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontIndex
.AXIS SET TTL FONT IDX This subroutine sets the font index for the title of the "current" axis. Usage: PASS font_index FIELD ...
r3 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleFontName
.AXIS SET TTL FONT NAM This subroutine sets the font name and font number for the title of the "current" Axis. Usage: PASS font_name ...
r5 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleFontSize
.AXIS SET TTL FONT SZ This subroutine sets the font size for the title of the "current" axis. Usage: PASS font_height FIELD ...
r2 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontStyle
.AXIS SET TTL FONT STL This subroutine sets the font style for the title of the "current" axis. Usage: PASS font_style FIELD ...
r2 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleGap
.AXIS SET TTL GAP This subroutine sets the gap between the axis title and the axis for the "current" axis. Usage: PASS title_gap F...
r2 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSwapXY
.AXIS SWAP XY This subroutine is called to swap the X Y axis of the "current" chart. Usage: GOSUB 0CD .AXIS SWAP XY * Check for error ...
r2 - 14 Dec 2011 - 17:37 by JeanNeron
CDAxisSyncYAxis
.AXIS SYNC Y AXIS This subroutine sets a linear formula to synchronize the secondary y axis scale to the primary y axis scale. Usage: PASS slope ...
r2 - 14 Dec 2011 - 17:39 by JeanNeron
CDAxisYonRight
.AXIS Y ON RIGHT This subroutine is called to interchange the position of the primary y axis and the secondary y axis. Usage: GOSUB 0CD .AXIS Y ON RIGHT...
NEW - 14 Dec 2011 - 17:40 by JeanNeron
CDChartDirectorBaseChartRoutines
Base Chart Routines These subroutines allow you to set various attributes of your chart, regardless of the type of chart you are creating. Base Chart Routines ...
r9 - 19 Feb 2012 - 13:11 by JeanNeron
CDChartDirectorColorRoutines
Color Routines These subroutines allow you to set or change the color of the "current object". In most cases, you have to have assigned a color to an object via s...
r4 - 19 Jan 2012 - 12:10 by JeanNeron
CDChartDirectorDataRoutines
Data Routines These subroutines allow you supply the data you want on your chart. See Datasets Overview for an overview on using these subroutines. Dataset Routi...
r3 - 22 Dec 2011 - 16:33 by JeanNeron
CDChartDirectorDesignerAPI
Chart Director API for APPX These APIs can be used by an APPX designer to create business charts within an APPX application. Installation Tips Overview Data Ro...
r114 - 10 Oct 2016 - 15:09 by AlKalter
CDChartDirectorInstallation
Installation Tips This page describes some installation tips. Description: * If your server does not already have PHP installed, download and install PHP from...
r4 - 13 Feb 2018 - 10:54 by ErikGimbergh
CDChartDirectorInstallationEs
Instalacion Esta pagina describe algunos consejos de instalacion. Descripcion: * Si su servidor no tiene ya instalado PHP, hay que bajar y instalar PHP de h...
r4 - 19 Feb 2013 - 16:18 by RayPelegrino
CDChartDirectorKnownIssues
Known Issues * The Linear Meter chart type has a few problems: * The pointer files (PTR1/2) are not initialized when .CHART INITIALIZE is called, so eac...
r60 - 23 Mar 2012 - 17:06 by JeanNeron
CDChartDirectorOverview
Overview Release 5.1.0 of the APPX Utility includes a new designer API which can be used to create charts within an APPX application. This API provides APPX Desig...
r2 - 24 Jan 2012 - 13:19 by JeanNeron
CDChartDirectorOverviewEs
Overview Resumen Release 5.1.0 APPX incluye una API del disenador que se puede utilizar para crear graficos dentro de una aplicacion APPX. Esta API proporciona a ...
r4 - 19 Feb 2013 - 16:20 by RayPelegrino
CDChartDirectorPieChartRoutines
Pie Chart Routines These subroutines are used to create a Pie chart. Pie Chart Routines General .PIE SET DATASET Associate a dataset with the pie chart. .PIE...
r2 - 25 Nov 2011 - 11:57 by JeanNeron
CDChartDirectorTextRoutines
Text Object Routines All the text that you place on the chart is considered a 'text object', such as axis labels, chart titles, legends, etc. These subroutines al...
r3 - 16 Feb 2012 - 23:43 by JeanNeron
CDChartDirectorXYChartRoutines
XY Chart Routines These subroutines are used to create an XY chart. General .XY SET PLOT AREA Set the position and size of the plot area. .XY SET PLOT AREA:X S...
r14 - 18 Oct 2016 - 13:28 by JeanNeron
CDChartGetName
.CHART GET NAME This subroutine is called to get the name of the "current" chart spec. Usage: PASS FIELD SHARE? Y GOSUB ...
r6 - 19 Feb 2012 - 12:58 by JeanNeron
CDChartInitialize
.CHART INITIALIZE This subroutine is called to initialize or reinitialize a chart spec. Usage: PASS FIELD SHARE? N ...
r15 - 19 Feb 2013 - 20:22 by RayPelegrino
CDChartInitializeEs
! WYSIWYG content do not remove this comment, and never use this identical text in your topics .CHART INITIALIZE This subroutine is called to initialize or r...
NEW - 19 Feb 2013 - 20:21 by RayPelegrino
CDChartRender
.CHART RENDER This subroutine is called to render a chart for the "current" chart spec. Usage: PASS FIELD SHARE? Y SUBR...
r9 - 27 May 2013 - 21:44 by JeanNeron
CDChartSetBGColor
.CHART SET BG COLOR This subroutine sets the background color of the "current" chart spec. Usage: PASS FIELD SHARE? N * ...
r6 - 19 Feb 2012 - 13:00 by JeanNeron
CDChartSetBGSize
.CHART SET BG SIZE This subroutine sets the background size (width and height) of the "current" chart spec. Usage: PASS FIELD ...
r7 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetBGSizeH
.CHART SET BG SIZE:H This subroutine sets the background height of the "current" chart spec. Usage: PASS FIELD SHARE? N ...
r7 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetBGSizeW
.CHART SET BG SIZE:W This subroutine sets the background width of the "current" chart spec. Usage: PASS FIELD SHARE? N ...
r7 - 19 Feb 2012 - 13:00 by JeanNeron
CDChartSetCnrExteriorColor
.CHART SET CNR EXT CLR This subroutine sets the exterior color for rounded corners for the "current" chart. Usage: PASS color_spec_name ...
r2 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetCornerRadius
.CHART SET CNR R This subroutine sets the radius of the corners of the "current" chart spec. Usage: PASS corner_tl FIELD ...
r6 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetCornerRadiusBL
.CHART SET CNR R:BL This subroutine sets the radius of the bottom left corner of the "current" chart spec. Usage: PASS corner_bl F...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusBR
.CHART SET CNR R:BR This subroutine sets the radius of the bottom right corner of the "current" chart spec. Usage: PASS corner_br ...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusTL
.CHART SET CNR R:TL This subroutine sets the radius of the top left corner of the "current" chart spec. Usage: PASS corner_tl FIEL...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusTR
.CHART SET CNR R:TR This subroutine sets the radius of the top right corner of the "current" chart spec. Usage: PASS corner_tr FIE...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerStyle
.CHART SET CNR STYLE This subroutine sets the corner style of the "current" chart spec. Usage: PASS cnr_style FIELD SHA...
r4 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetCurrent
.CHART SET CURRENT This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec. Usage: PASS ...
r4 - 19 Feb 2012 - 12:58 by JeanNeron
CDChartSetDropShadow
.CHART SET DROP SHADOW This subroutine turns the drop shadow effect on or off for the "current" chart spec. Usage: PASS drop_shadow_sw ...
r5 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetDropShadowBlurRadius
.CHART SET DS BLUR RAD This subroutine sets the blur radius of the drop shadow for the "current" chart spec. Usage: PASS blur_radius ...
r2 - 19 Feb 2012 - 13:04 by JeanNeron
CDChartSetDropShadowColor
.CHART SET DS COLOR This subroutine sets the color of the drop shadow for the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r3 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetDropShadowX
.CHART SET DS LOC:X This subroutine sets the X offset of the drop shadow for the "current" chart spec. Usage: PASS x_offset FIELD...
r3 - 19 Feb 2012 - 13:04 by JeanNeron
Number of topics: 50
< Previous Page 9 of 21 Next >

See also the faster WebTopicList

This topic: APPX > WebIndex
Topic revision: 15 Nov 2006, TWikiContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback