Change color of chart series in Pages?

I have to mak a few line graphs, but the colours for all the series/lines must be black. As is, I have green, purple, and blue. How can I change the colors of these lines?

Menu > View > Show Inspector
Familiarise yourself with the options by scanning what is in the tabs and sub-tabs reading from left to right. It works it way down from the document down to the parts, big to little.
They are mostly sensibly laid out and labeled.
Peter

Similar Messages

  • Change color in chart series (Chart Controls)?

    Does anyone know if it's possible to change the color within a series in Microsoft Chart Controls?  My data is X = test time and Y = response time using a column graph.  Currently when the test to collect response time fails it does not
    record a numerical value and when graphed it appears as though the response time was minimal.  I want to make it stand out when a failure occurs, for example to draw a large column and change the color to red (other values are in blue).
    I don't have much experience using Chart Controls yet.  I know you can use an alternate color with a different series of data but it doesn't appear you can change it from within. 
    This is my chart series (when a test fails, the response matches "" and not $NULL):
    [void]$chart1.Series.Add("ResponseTime")
    $chart1.Series["ResponseTime"].ChartType = "Line"
    $chart1.Series["ResponseTime"].BorderWidth  = 1
    $chart1.Series["ResponseTime"].IsVisibleInLegend = $true
    $chart1.Series["ResponseTime"].chartarea = "ChartArea1"
    $chart1.Series["ResponseTime"].color = "#0404B4"
    $DATA | ForEach-Object {
    If ($_.RESPONSE_MS -eq "") {
    $chart1.Series["ResponseTime"].Points.addxy("FAIL",9999)
    Else {
    $chart1.Series["ResponseTime"].Points.addxy( $_.TIME.Remove(5) , ($_.RESPONSE_MS)) }
    I tried changing the color within the if/else but the first .color value it picks up will be used throughout. 

    Hi Tickermcse76,
    To create a new line chart, please refer to this script:
    function New-Chart
    param ([int]$width,[int]$height,[int]$left,[int]$top,$chartTitle)
    # create chart object
    $global:Chart = New-object System.Windows.Forms.DataVisualization.Charting.Chart
    $global:Chart.Width = $width
    $global:Chart.Height = $height
    $global:Chart.Left = $left
    $global:Chart.Top = $top
    # create a chartarea to draw on and add to chart
    $chartArea = New-Object System.Windows.Forms.DataVisualization.Charting.ChartArea
    $global:chart.ChartAreas.Add($chartArea)
    [void]$global:Chart.Titles.Add($chartTitle)
    # change chart area colour
    $global:Chart.BackColor = [System.Drawing.Color]::Transparent
    } #New-Chart
    New-Chart -width $width -height $height -left $left -top $top -chartTile $chartTitle
    [void]$global:Chart.Series.Add("Data")
    # $global:Chart.Series["Data"].Points.AddXY($(get-date), $($ht.Values))
    $global:Chart.Series["Data"].Points.DataBindXY($ht.Keys,$ht.Values)
    #$global:Chart.Series["Data"].XValueType = [System.Windows.Forms.DataVisualization.Charting.ChartValueType]::Time
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.Format = "hh:mm:ss"
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.Interval = 1
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.IntervalType = [System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType]::Seconds
    $global:Chart.Series["Data"].ChartType = [System.Windows.Forms.DataVisualization.Charting.SeriesChartType]::Line
    #$global:chart.Series["Data"].IsValueShownAsLabel = $false
    Reference from:
    http://poshcode.org/1205
    To change the chart color, please refer to this script:
    Charting with PowerShell
    I hope this helps.

  • Change color in ALV top of page

    Hi all,
    Can anyone tell me how (if it is possible) to change color in ALV top-of-page?
    Thank you in advance,
    Hagit

    Hi,
    It is not possible to change the color in ALV top of page.
    Thanks,
    Sriram Ponna.

  • How to change colors on chart

    I can't find a way to change the color on my vertical line bars? Anyone know where these options are?
    Edited by: BISP on Jun 1, 2012 9:02 PM
    Found it. Format Chart Data. I didn't realize this was it because it was showing white in the menu but blue in the results. strange

    Settings/Brightness & Wallpaper
    That will allow you to set your backgrounds as you wish. Different colored backgrounds yield different effects in the folders, which I find helpful.

  • NW2004s SPS10: color issues wirh light framework Page

    Hi,
    we're using NW2004s SPS10 and the light framework page. Everything works fine except for the following two issues:
    1.) The color for the personalisation link in the masthead is not the color we've defined in the theme editor. Example: http://img214.imageshack.us/img214/9967/image1ub0.gif As cou cann see, the link is displayed in in the default color for links (blue). How can we change the color?
    2.) The color for the commands in the page title bar doensn't match our requirements. How can whe change the color? Example: http://img440.imageshack.us/img440/1060/image2be9.gif
    Thankds in advance
    Best regards
    Thomas

    Sravanth wrote:
    Hi All,
    I'm facing a problem regarding changing colors in a OA Framework Page. We are using Apps R12. with OA Framework component 12.1.1
    There are 2 urgent Issues for me
    1. To change the Color of the Header Component(Presently it is in Light Blue Color) and To change the Image on the top of the Page(The Image which stands as a back ground for Oracle Logo)(Thick Blue in color)
    only the look and feel of the External Site Visitor Page must be changed. All the other pages should be having the default look and feel of oracle
    Can any one suggest me on how to achieve the required output...
    Thanks and Regards,
    S K SravanthHi Sravanth,
    Take a look at Atul's blog entry for this, he has documented it nicely.
    Thanks
    Shailendra

  • MS CRM 2015 Adding Custom RIbbon button in dashboard and Changing Colors

    Hi,
    I am Looking for customization in MS Dynamics CRM 2015 and want to Add Custom Ribbon button in dashboard and Changing Colors of that ribbon using customization.xml i am new to crm 2015 and only know how to import export solutions.
    Regards
    Irfan

    Hello Irfan,
    For adding a custom button please refer this blog
    https://community.dynamics.com/crm/b/aeonnexuscrm/archive/2014/10/21/ms-crm-2013-adding-custom-ribbon-button-in-dashboard.aspx
    And for changing colors in Chart
    https://crmchartguy.wordpress.com/2012/08/23/palette-custom-colors-in-charts/
    Hope this helps!
    Regards, Abhishek Bakshi If you find this post helpful then please Vote as Helpful and Mark As Answer. Check my blog on https://mydynamicscrmblog.wordpress.com/

  • Change colors Sem_BSC

    Hello
    I use the Sem_BSC standard BSP application from BW. I want to change the colors to tables. I change the colors in css file, but the pages causeandeffect.htm and overview.htm use applet. In the pages causeandeffect.htm and overview.htm when the applet is invoqued there are some colors, but when I change this colors there are some colors that I can´t change. Where are this colors? How can I change the colors for applet that is show in causeandeffect.htm and overview.htm pages?
    Thanks
    Maria Teresa

    Hello Beat,
    Thanks for your help, I changed the colors in all the parameters of the overview.htm
    <PARAM NAME = "COLOR_STRATEGY_BACKGROUND" VALUE = "0xD6E3F7">
    <!-- set the background to the around box background color -->
            <PARAM NAME = "COLOR_COMBO_BACKGROUND" VALUE = "0xBEC8D4">
            <PARAM NAME = "COLOR_APPLET_BACKGROUND" VALUE = "0xFFFFFF">
            <PARAM NAME = "COLOR_SELECTED_OBJECTIVE_BACKGROUND" VALUE = "0xE4E2E2">
            <PARAM NAME = "COLOR_OBJECTIVE_BACKGROUND" VALUE = "0xFFFFFF">
            <PARAM NAME = "COLOR_OBJECTIVE_ITEM_BACKGROUND" VALUE = "0x6699CC">
            <PARAM NAME = "COLOR_MEASURE_OR_INITIATIVE_BACKGROUND" VALUE = "0xD6E3F7">
    But there are some objects that not changed colors. Are there other page where I have to change colors?
    Thanks
    Maria Teresa

  • Change color of series in Charts to custom colors - error in macro generated by Excel

    The case:
    Excel 2013, Multiple cheets with multiple charts of different type. Several charts doesn't show well will the defaut color automatically generated by Excel. -> The idea is to modify these graphics only with a specific color combination (modifying the
    color of the series)
    I'm able to modify the color of each series of 1 chart using the UI. but there are many charts so doing them with a simple macro would speed these repeative steps.
    I turned on the macro recording to capture the change of the color of a selected serie in a selected chart.
    The generated code is:
        ActiveChart.Legend.LegendEntries(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    When I execute the macro, Excel trigger an error:
    Execution error -2147467259 (80004005)
    method "Fill" of object "ChartFormat" has failed   (this is a translated error message, as I run a french version)
    Any idea why Excel cannot run its own generated code ?
    Thanks in advance.

    Very surprisingly the following code (also generated by the macro recording) works ok.
    (I selected the serie inside the chart instead of selecting the serie in the legend)
        ActiveChart.FullSeriesCollection(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    If an MVP or Microsoft official come accross this, I suggest further testing as it is very likely a bug (with the first set of code generated by Excel)

  • How to change the color (or fill) of a SINGLE bar in a bar chart series

    I've searched the forum and consulted the help system in Keynote '09, and I can't find the answer.
    I have a simple bar chart with 6 bars. I want to select two of the bars and turn them a different color. I only seem to be able to change the color of the series as a whole. I can only select the series as a whole, and I can't Ungroup it or even copy it to the clipboard (it beeps!). I've tried changing the color of the number represented by the bar in the underlying table; can't be done.
    Am I attempting something impossible? If so (grumble grumble), why hasn't Apple made it possible? It seems like an obvious thing to allow.

    It is unfortunately impossible -- the individual bars are not selectable. As a workaround you can a) overlay them with a rectangular object, or b) overlay them with a second chart identical to the first, with all the bars except the two set to zero.

  • Changing chart series colors with colorpicker

    I am trying to implement functionality to allow the user to
    select what color he wants a particular series item in a chart to
    be. Here's what I'm doing, but it doesn't work. I get the series
    object returned correctly, but "setStyle" doesn't do anything.

    Alright, I think I have something you're looking for. This
    updates the series' color in the legend, too.
    <?xml version="1.0"?>
    <!-- charts/BasicLine.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script><![CDATA[
    import mx.collections.ArrayCollection;
    import mx.charts.events.ChartItemEvent;
    import mx.controls.ColorPicker;
    import mx.events.ColorPickerEvent;
    import mx.charts.HitData;
    import mx.charts.chartClasses.ChartElement;
    import mx.graphics.Stroke;
    import mx.charts.series.items.LineSeriesItem;
    [Bindable]
    public var expenses:ArrayCollection = new ArrayCollection([
    {Month:"Jan", Profit:2000, Expenses:1500, Amount:450},
    {Month:"Feb", Profit:1000, Expenses:200, Amount:600},
    {Month:"Mar", Profit:1500, Expenses:500, Amount:300}
    private var cp:ColorPicker;
    private var csi:LineSeriesItem;
    private var el:ChartElement;
    private function doSomething(e:ChartItemEvent):void {
    var hitData:HitData = e.hitData;
    csi = LineSeriesItem(hitData.chartItem);
    el = ChartElement(csi.element);
    cp = new ColorPicker();
    myChart.addChild(cp);
    cp.addEventListener(ColorPickerEvent.CHANGE,
    changeItemColor);
    cp.x = e.localX;
    cp.y = e.localY;
    cp.open();
    private function changeItemColor(e:ColorPickerEvent):void {
    var s1:Stroke = new Stroke(cp.selectedColor, 4, 1); //First
    3 arguments are color, weight, and alpha.
    el.setStyle("lineStroke", s1);
    // Use this if it's a column or bar series:
    // var c:SolidColor = new SolidColor(cp.selectedColor);
    //el.setStyle("fill", c);
    //csi.itemRenderer.height = csi.itemRenderer.height;
    myChart.removeChild(cp);
    ]]></mx:Script>
    <mx:Panel title="Line Chart">
    <mx:LineChart id="myChart"
    dataProvider="{expenses}"
    showDataTips="true"
    itemClick="doSomething(event)"
    >
    <mx:horizontalAxis>
    <mx:CategoryAxis
    dataProvider="{expenses}"
    categoryField="Month"
    />
    </mx:horizontalAxis>
    <mx:series>
    <mx:LineSeries
    yField="Profit"
    displayName="Profit"
    selectable="true"
    />
    <mx:LineSeries
    yField="Expenses"
    displayName="Expenses"
    selectable="true"
    />
    </mx:series>
    </mx:LineChart>
    <mx:Legend dataProvider="{myChart}"/>
    </mx:Panel>
    </mx:Application>
    matt horn
    flex docs

  • How to set the (specific) color for a Chart Series in a Flash Diagramm

    Hello all,
    I wonder how I can set the color (of a bar) for a Chart Series in a Flash Diagramm.
    So far I found now set-screw for this.
    Can someone give me a hint please.
    Thanks in advance.
    Andre

    Hi,
    On the Chart Attributes page for the region, change the "Color Scheme" setting to Custom. Then, in the "Custom Colors" setting, enter the colours you want for all series, separated by a comma. For example:
    red,yellow,greenAndy

  • Single Chart Series with multiple color data points

    I am developing an application using the flex chart component
    and I am binding data to 3 different chart series which is pretty
    intense processing. I was wondering can I use only one chart series
    and when I bind the data points just to change the color per data
    point which meet certain criteria?
    Here one method from my application where I am dynamically
    binding data to my series.
    private function loadSeries(data:XMLList, yAxis:String):void
    seriesAdd.yField = yAxis;
    seriesAdd.xField = "Date";
    //seriesDelete.yField = yAxis;
    //seriesDelete.xField = "Date";
    //seriesChange.yField = yAxis;
    //seriesChange.xField = "Date";
    seriesAdd.dataProvider = data.Trade.(A == 'Add');
    seriesAdd.//Can I change the color per each data point if I
    have multiple data sets?
    //seriesDelete.dataProvider = data.Trade.(A == 'Delete');
    //seriesChange.dataProvider = data.Trade.(A == 'Change');
    Thank you

    I think I found something to get me started:
    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_09.html
    My next question is if I have the following function to fill
    my data points:\
    private function myFillFunction(element:ChartItem,
    index:Number):IFill {
    var c:SolidColor = new SolidColor(0x00CC00);
    var item:ColumnSeriesItem = ColumnSeriesItem(element);
    var sales:Number = Number(item.yValue);
    if (sales >= 50000) {
    return c;
    } else {
    // They have not met their goal.
    c.color = 0xFF0000;
    return c;
    How can I access values that pertain to the specific chart
    item, but are not plotted on the x and y axis. Something similar to
    the checking on the above function, but check if value that is not
    plotted but still exists on the data provider.
    Thanks in advance.

  • Need to change colors of lines in an Omniportlet Line Chart

    I am running Oracle Portal on a 10g Web server. I have created an Omniportlet and I am displaying data in a line chart. Is it possible for me to define the colours of the lines in the linechart?

    Hi I didn't changed colors in line chart but I managed to redesign lot of omniportlets.
    What you can do is to re-define CSS.
    Add an HTML portlet in your page with some CSS embedded.
    To catch wich class are to be re defined, I recommand you to use firefox with the extension Webdevelopper.
    Use the "Informations - display element information" functionnality to catch wich class are used for your chart.
    Then redefine those classes in your custom CSS.
    Hope that will help

  • Chart series color

    Hi
    I have a simple bar chart and I want all of it's bars to have the same color.
    Is that possible?
    Any ideas on how to achieve that?
    Regards
    Shlomi

    Hi Shlomi,
    Yes, it is possible.
    Design Studio 1.3:
    Option 1 (typical use case: if your dimension doesn't have too much different values and it has the same values - no new values are added dynamically, for example you have applied a background filter to max. 20 fixed dimension values): Chart > Additional Properties > Data Series: here you can define a different color for each dimension value; you would define the same color for each dimension value
    Option 2 (typical use case: if your dimension has a lot of values which are not fixed in your chart - they change if new data gets loaded or different filters are applied to the data source): Chart > Properties > Display > Conditional Formatting > New Rule...: create a rule where either your measure or dimension meets a condition and choose the color that should be used if the condition is true
    Or use CSS in your custom CSS file (should also work in DS 1.2, but I tested it only in DS 1.3):
    for example:
    /* Chart Type: Bar ; change color for bars */
    .v-m-plot .v-bar rect {fill: orange; stroke: white/*brown*/;}
    /* Chart Type: Bar ; change color for dimension values in legend */
    .v-legend-content path {fill: orange;}
    ...you can further customize the css with other styling too.
    Best Regards,
    David

  • Is it possible to change the color of imported art in pages, say from B&W to a color?  ... or even to make it a gradation of color?

    Is it possible to change the color of imported art in pages, say from B&W to a color?  ... or even to make it a gradation of color?

    Make a Shape > Inspector > Graphic > Tinted Image Fill > Scale to fit > browse to image > click on the color patch to change the color to what you want
    or
    Drag in an image > overlay it with a Shape > select the color for the shape and change its Opacity
    Shapes may have Gradient and Advanced Gradient (multiple colors) fills both linear and radial. Both are in the Graphic Inspector as is Opacity.
    Peter

Maybe you are looking for

  • ITunes regularly asks for initial settings

    Hi. I've got a strange problem with my iTunes. iTunes shows the initial settings wizard regularly on start. After I finish the wizard all my settings are gone and I have to reconfigure everything. If I cancel the wizzard my settings are gone as well.

  • How do I recover files when the install fails due to a damaged HD

    While updating to Mavericks for Mountain Lion, the install failed. It stated that the hard drive was damaged. I ran disk utilities and the option to repair is not avalible. Prior to the install there was not a problem. I unfortantly do not have a bac

  • Webhelp: how to add a Previous and Next button

    I'm using Robohelp 8 and generating Webhelp on a Windows XP machine. The output displays on IE by default. My problem is simple: In my Webhelp output, I want a Previous and Next button to appear at the top of each topic. That's all. But I don't see h

  • Back, Start, and Search button lights turn off and...

    the led lights under the touch buttons at the bottom of the screen sometimes turn off, then come back on again after a few seconds. I can't find a reference to this anywhere in the manual - is this normal? could it indicate an area of low connectivit

  • How to get a download link after previous computer crashes

    My laptop that had Creative Suites installed on crashed and I cannot access the hard drive to deactivate the product, nor retrieve the original download link. I tired calling Adobe Support, the technician opened a call, immeediately closed the call a