---+ .AXIS SET LBL FONT CLR _This subroutine sets the font color for the "current" label of the "current" axis._ <br />%TOC% ---++ Usage: <pre style="color: #7a4707; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; width: auto; overflow-x: auto !important; overflow-y: auto !important;"> PASS <color_spec_name> FIELD SHARE? N * OR PASS <color_value> FIELD SHARE? N GOSUB 0CD .AXIS SET LBL FONT CLR * Check for error IF 0CD .AXIS SET LBL FONT CLR NE </pre> ---++ Description: This subroutine sets the font color for the "current" label for the "current" axis. This can be used for axis labels you added via [[CDAddAxisLabel][.AXIS LABEL ADD NEXT]] as well as axis labels that are added automatically by Chart Director (ie, the Y-Axis labels). <div id="_mcePaste">This routine receives a single, optional value specifying either a <color_spec_name> or a <color_value>.</div> <div id="_mcePaste">If a parameter is not received or if the value received is blank, then the "current" label color of the axis spec is cleared and the default color will be rendered.</div> <div id="_mcePaste">If a parameter is received, the system first assumes that the value received is a <color_spec_name> and checks to see if a color spec record has been previously initialized with that name. If a color spec record is found, then that color spec record is used as a prototype to create a color spec for the background color. If a color spec record is not found, then the system assumes that the value received is a literal <color_value> and uses the specified color to create a color spec for the background color.</div> <div id="_mcePaste">After setting the title color, the title color spec becomes the "current" color spec and the axis "current" label text box becomes the "current" text box.</div> <div id="_mcePaste">See ColorSpec for more information on working with colors.</div> ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-11-10
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDChartDirectorXYChartRoutines
>
CDAxisSetLabelFontColor
Topic revision: r3 - 2012-02-25 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback