Change Color from grid lines in Flash 2D Line Chart

Hi,
does anybody know how to change the color from the grid lines in 2D Line Chart?
The color is always black (000000), I will use gray (CCCCCC).
I can use a custom XML. Can you give me an example please???
Where can I read something about the possible XML-Tags in Custom XML for Charts?
Best regards
Simona

Simona,
anychart.com has XML reference you can use for the charting engine in APEX.
Try using custom XML and sticking this inside the grid > values tag:
<lines color='0xCCCCCC' />- Marco

Similar Messages

  • My screen is changing colors and has lines in all the screen what can i do

    I accidentally dropped my cellphone s couple of times. Then it got wet but I did not know it was wet and I connected it to my charger then my screen started to change colors and had lines covering the whole screen what can I do? I need help!

    There is nothing you can do with that unit
    Apple should exchange it for an Out of Warranty exchange  identical 5S  for $269 if you are in the US ,similar pricing elsewhere

  • How to change color of a line on a graph

    Bonjour à tous,
    I want to change the color of line in a graphic, but i dont know how to do.
    Thanks for your answer
    Ivan

    change the Color Scheme on Chart Attributes page to Custom then put a comma seperated list of colors in the Custom Colors text area of Chart Attributes of your chart. For example, if you have 2 line series in the chart then you could put db15db,DD0000 in Custom Colors text area
    DD0000 is actually a color in hexadeccimal number format
    FFFFFF stands for white and 000000 stands for black. You also get to pick colors from a color picker in  Chart Attributes page
    Regards,
    Vishal
    Oracle APEX 4.2 Reporting | Packt Publishing
    Vishal's blog

  • [JS] [CS2] Change all from multi line to single line composer

    Hi
    Does anyone know how to change all paragraphs, on all pages, in all textframes, from multi line composer to single line composer...
    Thanx
    Tim

    This should work:
    app.documents[0].stories.everyItem().composer = "Adobe Single-line Composer"
    Dave

  • Changing spacing in grid lines in Numbers

    Does anyone know how to change the grid line spacing in the new Numbers??  The default spacing is much wider and higher than the old, and I can't see any way to change it other than manually reducing each one line by line.  I have about 50 lines... that would be way too tedious!!

    Hi tipsam,
    If you click on the circle in the upper left to choose the entire table you will see 3 object handles. the one at the middle bottom will squeeze your rows when you drag it upwards.
    If you have trouble with text not being centered in the cells check out the text inset in Layout.
    Ciao,
    quinn

  • Changing color from Swatch to Spot color

    Hello,
    I have almsot figured this out but have on hangup.  I am trying to replace a color with another color from a Pantone library. I am using Illustrator CS6.
    I have this script which I found on here:
    #target illustrator
    var docRef = app.activeDocument;
    with (docRef) {
    var replaceColor = swatches.getByName('Pantone 152 C').color;
    for (var i = 0; i < pathItems.length; i++) {
    with (pathItems[i]) {
    if (filled == true && fillColor instanceof SpotColor) {
    if (fillColor.spot.name == '  HCS Orange') fillColor = replaceColor;
    for (var j = 0; j < stories.length; j++) {
    with (stories[j]) {
    for (var k = 0; k < characters.length; k++) {
    with (characters[k].characterAttributes) {
    if (fillColor instanceof SpotColor) {
    if (fillColor.spot.name == '  HCS Orange') fillColor = replaceColor;
    if (strokeColor instanceof SpotColor) {
    if (strokeColor.spot.name == '  HCS Orange') strokeColor = replaceColor;
    Which works,  but only if the new PMS color is added to the swatch list.  It seems I cannot get the swatch in the list easily using a script(which I have no experience with) or using an action.  Nor can I change the name after var replacecolor as it seems to only look for the swatch panel and not the color group or color book panel
    Any suggestions would be helpful, I am looking at having to change 30,000 files.
    Thanks,
    Matt

    Sure,
    #1
    #target illustrator
    var docRef = app.activeDocument;
    with (docRef) {
    var replaceColor = swatches.getByName('Pantone 152C').color;
    for (var i = 0; i < pathItems.length; i++) {
    with (pathItems[i]) {
    if (filled == true && fillColor instanceof SpotColor) {
    if (fillColor.spot.name == '  HCS Orange') fillColor = replaceColor;
    for (var j = 0; j < stories.length; j++) {
    with (stories[j]) {
    for (var k = 0; k < characters.length; k++) {
    with (characters[k].characterAttributes) {
    if (fillColor instanceof SpotColor) {
    if (fillColor.spot.name == '  HCS Orange') fillColor = replaceColor;
    if (strokeColor instanceof SpotColor) {
    if (strokeColor.spot.name == '  HCS Orange') strokeColor = replaceColor;
    #2
    #target illustrator
    var docRef = app.activeDocument;
    var swatches = docRef.swatches;
    try {
         var replaceColor = swatches.getByName('Pantone 152C').color;
    catch (err){
         var replaceColor = docRef.spots.add();
         replaceColorColor = new CMYKColor();
         replaceColorColor.cyan = 4.84;
         replaceColorColor.magenta = 66.58;
         replaceColorColor.yellow = 100;
         replaceColorColor.black = 0.21;
         replaceColor.name = 'Pantone 152C';
         replaceColor.color = replaceColorColor;
         replaceColor.colorType = ColorModel.SPOT;
         replaceColor.tint = 100;
    Here is the actions set up:
    The 2 actions are the scripts, the export is after saving the eps.

  • Start up screen changes color from blue/gray to brown

    My Macbook Pro recently started changing colors:  When 'start up' it begins with a blue/gray (normal) color but then changes to a light brown color.  The apple icon is still present though...
    Any ideas as to why the screen changes its color?

    You should try to erase the drive with Disk Utility, so any filesystem problem will be fixed, but if you haven't made a backup, you'll lose files.
    1. Go to Utilities > Disk Utility.
    2. Select Macintosh HD in the sidebar and go to Restore tab.
    3. Connect your external disk and drag it from the sidebar to Destination box, and press Restore.
    If it doesn't help, take the Mac to an Apple Store

  • Changing column name in Line chart

    Hello All,
    We are BO 4.0 SP6.
    We are creating WEBI reports which includes charts as well.
    We have two columns " Current Period" and "Last Period" and using them in WEBI report and Line chart.
    In the table I am displaying the column name " Current period " as "Oct-14" using some formula.
    But I am not able to change the name in the chart.
    Can we change the column name in the graph using some formulas? Please advice.
    PFA the screenshot for your reference.
    Regards
    Prasad Ambati

    Hi,
    Do not Drag it inside chart area .
    Align Them above Legend Text ( Current Period ),
    so that Actual Legend Text will be hidden .

  • Change color of scanned line art

    I'm want to scan a line art of a leaf, make the white background transparent, and change the black lines to red. I can scan the art to Photoshop, get rid of the white background, but I can't change the black lines to red. After scanning, the background layer is locked and won't allow editing.I tried scanning as a bitmap, b&w scalable, 16 color, etc. Nothing works.

    Image > mode > grayscale, then image > mode > RGB. Then create a solid fill layer layer > new fill layer > solid color. Pick your color and set that layer's blend mode to screen.
    Not sure how you're deleting the background, while keeping the leaf on the background layer. But if you make it a grayscale or RGB image, you should be able to convert the background layer by going to layer > new > layer from background.
    If you do manage to get the layer off the background you can clip the solid fill layer to the leaf layer by having the solid fill layer active and pressing ctrl-alt-g, or by alt-clicking the space between the two layers in the layers panel (you'll see you cursor change).

  • Selecting and changing color from black to white?

    I'm trying to change the colors in a graphic from black to white. I use the Magic Wand to make a selection, though it is only selecting the color of the specific shape I select, even after increasing the Tolerance to a high value to around 80. How can I make it select all of the black shapes all at once so I can change all of them?
    Thanks.

    In case of an image like that it may be more convenient to soimply load one channel by command-clicking it in the Channels Panel (if that channel has only pixels of 0% and 100% at least, if not the Mask derived from it may need tweeking with Curves or Levels).

  • Adobe Acrobat Pro: Possible to change color of drawn lines / polygons? How?

    In working with Adobe Acrobat Pro --editing PDFs, is it possible to change the color of lines and polygons that are under the comments section. I would like to have lines and polygons of 3 maybe 4 different colors on the thing that I am working on..  Is this possible?  How?

    Press Ctrl+E to open the Properties bar and you'll be able to change the
    color of the comments you're creating.

  • Is it possible to change  color on the line strip/code view in CS6?

    Hello -
    I did some research on this and cant seem to see if this can be done - I was hoping to change the color of the blue line menu on the code view screen.
    Eric

    I take it you're referring to that vertical line in the left hand side of Code View? I don't think it's possible to change the color.  If you disable line numbers (#), it's a bit less noticeable.
    Nancy O.

  • How to change color from default black in JS and still retain fade effect?

    Hi, I have got some java script that fades in some text on loading. It is working but I cant seem to change the color and retain the fade in effect. Any ideas? I am using CS5.
    I think it is something in here that needs changing?
    <script language="javascript">
    col=255;
    function fade() { document.getElementById("fade").
    style.color="rgb(" + col + "," + col + "," + col + ")"; col-=40; if(col>20) setTimeout('fade()', 300); }
    </script>

    Try changing this -
    if(col>20)
    to this -
    if(col>90)
    and see what happens.
    Murray

  • Change output from 4 lines to 1.

    ANyone know how I can change the output from this query so that it outputs a single row instead of 4? I need to be able to make the 4 decode select statements into a single one, this I know, but I have problems with the part where I want to take the col, find a row, then put in that value. Here is they query, and below the output.
    select distinct(bt.Account_Obj_Id0),
    decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '09/01/2002', NVL( dt.Current_total ,0) ,0) as "over 120",
    decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '10/01/2002', NVL( dt.Current_total ,0) ,0) as "90-120",
    decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '11/01/2002', NVL( dt.Current_total ,0) ,0) as "60-90",
    decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '12/01/2002', NVL( dt.Current_total ,0) ,0) as "current"
    from (select convert_t_time (end_t) End_DT,
    total_due,
    account_obj_id0,
    current_total
    -- convert_t_time (start_t) Start_DT
    from bill_t
    where account_obj_id0 = '9760259'
    and convert_t_time (end_t) > trunc (sysdate - 120, 'MM') ) dt,
    bill_t bt
    where bt.account_obj_id0=dt.account_obj_id0
    --GROUP BY bt.Account_Obj_Id0
    ACCOUNT_OBJ_ID0 over 120 90-120 60-90 current
    9760259 0 0 0 79.53
    9760259 0 0 206.29 0
    9760259 0 93.85 0 0
    9760259 127.17 0 0 0

    select bt.Account_Obj_Id0,
              MAX(decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '09/01/2002', NVL( dt.Current_total ,0) ,0))  as "over 120",
              MAX( decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '10/01/2002', NVL( dt.Current_total ,0) ,0)) as "90-120",
              MAX(decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '11/01/2002', NVL( dt.Current_total ,0) ,0))  as "60-90",
              MAX(decode( TO_CHAR( End_Dt, 'MM/DD/YYYY'), '12/01/2002', NVL( dt.Current_total ,0) ,0))  as "current"
      from (select convert_t_time (end_t) End_DT,
                        total_due,
                        account_obj_id0,
                        current_total
                        -- convert_t_time (start_t) Start_DT
                 from bill_t
                  where account_obj_id0 = '9760259'
                      and convert_t_time (end_t) > trunc (sysdate - 120, 'MM') ) dt,
             bill_t bt
       where bt.account_obj_id0=dt.account_obj_id0
    GROUP BY bt.Account_Obj_Id0

  • Change color of separator line in ActionBar between buttons?

    There is a black line that appears after everything inserted into the actionbar, i want it to be a different color, or even be two lines together being different colors.

    You have to edit the TransparentNavigationButton_up.fxg/TransparentActionButton_up.fxg or create your own skin for the button using TransparentActionButtonSkin.as as a template and create your own fxg files.
    http://jessecouch.com

Maybe you are looking for