Node strategy for managing many data points

Earlier with the older JavaFX there were issues where rendering many nodes could really slow the scenegraph down. Is there now some strategy for how to let the scenegraph efficiently render only the nodes for data that actually intersects the visible screen?
In the scenario I'm thinking of nodes decorate data and are more of a temporary thing, so they need to be reusable or else created and disposed of quickly when visualizing the data points.

>
Is there now some strategy for how to let the scenegraph efficiently render only the nodes for data that actually intersects the visible screen?
>
[url http://en.wikipedia.org/wiki/Hidden_surface_determination]A variety of strategies have been in existence for a while now, JavaFX just hasn't gotten all of them implemented yet. It looks like JavaFX already uses dirty rectangles. I don't know if or how much culling has been implemented, but I'm sure it will be there sooner or later.

Similar Messages

  • Stacked 100% bar chart - Problem with datatips for zero value data points

    I have a stacked 100% bar chart that shows datatips in Flex 4.   However, I don't want it to show datatips for
    data points with zero values.   Flex 4 shows the datatip for a zero value data point on the left side of a bar if the data point is not the first in the series.
    Here's the code that illustrates this problem.    Of particular concern is the July bar.    Because of the zero value data point problem, it's not possible to see the datatip for "aaa".
    Any ideas on how we can hide/remove the datatips for zero value data points ?        Thanks.
    <?xml version="1.0"?>
    <s:Application
    xmlns:fx="
    http://ns.adobe.com/mxml/2009"xmlns:mx="
    library://ns.adobe.com/flex/mx"xmlns:s="
    library://ns.adobe.com/flex/spark"creationComplete="initApp()"
    height="
    1050" width="600">
    <s:layout>
    <s:VerticalLayout/>
    </s:layout>
    <fx:Script><![CDATA[ 
    import mx.collections.ArrayCollection;[
    Bindable] 
    private var yearlyData:ArrayCollection = new ArrayCollection([{month:
    "Aug", a:1, b:10, c:1, d:10, e:0},{month:
    "July", a:1, b:10, c:10, d:10, e:0},{month:
    "June", a:10, b:10, c:10, d:10, e:0},{month:
    "May", a:10, b:10, c:10, d:0, e:10},{month:
    "April", a:10, b:10, c:0, d:10, e:10},{month:
    "March", a:10, b:0, c:10, d:10, e:10},{month:
    "February", a:0, b:10, c:10, d:10, e:10},{month:
    "January", a:10, b:10, c:10, d:10, e:10}]);
    private function initApp():void {}
    ]]>
    </fx:Script>
    <s:Panel title="Stacked Bar Chart - Problems with DataTips for Zero Value Items" id="panel1">
    <s:layout>
    <s:HorizontalLayout/>
    </s:layout>
    <mx:BarChart id="myChart" type="stacked"dataProvider="
    {yearlyData}" showDataTips="true">
    <mx:verticalAxis>
     <mx:CategoryAxis categoryField="month"/>
     </mx:verticalAxis>
     <mx:series>
     <mx:BarSeries
    xField="a"displayName="
    aaa"/>
     <mx:BarSeries
    xField="b"displayName="
    bbb"/>
     <mx:BarSeries
    xField="c"displayName="
    ccc"/>
     <mx:BarSeries
    xField="d"displayName="
    ddd"/>
     <mx:BarSeries
    xField="e"displayName="
    eee"/>
     </mx:series>
     </mx:BarChart>
     <mx:Legend dataProvider="{myChart}"/>
     </s:Panel>
     <s:RichText width="700">
     <s:br></s:br>
     <s:p fontWeight="bold">The problem:</s:p>
     <s:p>Datatips for zero value data points appear on left side of bar (if data point is not the first point in series).</s:p>
     <s:br></s:br>
     <s:p fontWeight="bold">For example:</s:p>
     <s:p>1) For "June", eee = 0, mouse over the left side of the bar to see a datatip for "eee". Not good.</s:p>
     <s:br></s:br>
     <s:p>2) For "July", eee = 0 and aaa = 1, can't see the datatip for "aaa", instead "eee" shows. Real bad.</s:p>
     <s:br></s:br>
     <s:p>3) For "Feb", aaa = 0, datatip for "aaa" (first point) does not show. This is good.</s:p>
     <s:br></s:br>
     <s:p>4) For "Mar", bbb = 0, datatip for "bbb" shows on the left side of the bar. Not good.</s:p>
     <s:br></s:br>
     <s:p fontWeight="bold">Challenge:</s:p>
     <s:p>How can we hide/remove datatips for zero value data points?</s:p>
     <s:br></s:br>
     </s:RichText></s:Application>

    FYI.
    Still have the issue after upgrading to the latest Flex Builder 4.0.1 with SDK 4.1.0 build 16076.   
    Posted this as a bug in the Adobe Flex Bug and Issue Management system.     JIRA
    http://bugs.adobe.com/jira/browse/FLEXDMV-2478
    Which is a clone of a similar issue with Flex 3 ...
    http://bugs.adobe.com/jira/browse/FLEXDMV-1984

  • LabVIEW DSC Logging too Many Data Points for Integer Tags

    Hi,
    I am having a strange problem with LabVIEW 2013 SP1 DSC data logging, running on XP SP3.
    All the integer Data Type Tags in my Tag Database that are set to data log, are logging way too much data. When I look at the amount of logged data points for these int16 in Historical view I see its logging a point nearly every second. See screen shots below or attached jpeg's of screen shots of trace view and Trace Props of one of the integer Tags. I would prefer the integer tags to only log on change like the boolean tags.
    These tags are being acquired from a Horner OCS over Modbus Serial RTU. The Modbus comms is set-up to poll once a second.
    The problematic Tag Data Type in DSC logging are Int16
    The Modbus register data items denotations I am using for Int16 is S4#####
    Example  'OCS_Modbus_Master\S403709' 
    The same register represented in OCS Register is shown as '%R0709'
    The trace properties for some of these int16 tags is showing database page numbers in the thousands, which compared to the largest floating point tag is currently showing 172 pages after several months of logging.
    I would have expected int16 tags to only log a value when the value changes and since the 'update deadband' tag setting is disabled for integer tag properties there is no way to config the tag to only log on changes. What is the default logging config for integers. Log everything or log on any change?
    I would prefer for these integer tags to only log on change, since they change infrequently, log on change would be much more data efficient.
    I tried changing the tag data type to floating point and gave it an update deadband value to try and see if that would reduce the amount of logged data, it didn't seem to make any difference.
    Not sure if the issue lies in the
    > Modbus Comms
    > The DSC data event tracking module
    > The DSC Data Logging module
    > Some kind of  Horner OSC data type mismatch which results in DSC polling seeing the acquired value as having changed on every poll.
    Any suggestions greatly appreciated
    Thanks
    Paul
    Attachments:
    Integer Tag Data Points Trace View.jpg ‏125 KB
    Integer Tags Data Points Tag Properties.jpg ‏42 KB

    This definitely sounds like a citadel/logos issue. There are two possibilities:
    1) corrupt database
    2) corrupt logos
    To see if it is a corrupt database, simply go to your database folder and move all the files out of that folder to a different folder. Then restart the application. Your application will create a clean database. This may solve the problem. If so, then you know it is a corrupt database.
    To upgrade/reinstall logos, go to the Control Panel -> Add/Remove Programs. If you see logos there, uninstall it. After uninstalling it, install the most recent logos version (found at ftp://ftp.ni.com/support/lookout/logos).
    Please let me know if the problem persists. As you know, you may also always call in to the Tech Support Line.
    Thanks.

  • Strategy for managing data over multiple drives

    I have been looking at extending my hard drives and considering the very same options as The Hatter suggested in recent posts - ie Raptor vs Caviar SE16 2*750 vs Caviar RAID 2*750 .
    I received a deal on the initial HDD set with my MacPro , so i currently have 2* 250 HDD’s and i have just started to move my itunes and iphoto files plus other media files ( incl photoshop data, movies, documents, etc) onto the separate drive, to see what performance benefits i will get. This is hopefully as a prelude to going to a more ruthless split of files along the lines of a formal strategy - hence my question on what strategy i should have ?
    My dilemma is trying to find a clear explanation of where to start looking for the practical way to actually set up the OSX and apps on one boot disc/partition and the media/documents on another drive(s); and what to do with the other stuff that doesn't actually fit into either category - user/home/library/application support folders, presets and other application support files.
    I have read posts with people saying not to move user and application support data/library files from the boot drive - in which case there is a lot of file data still likely to reside in the boot drive even after removing documents, and all media files ?
    I am paranoid about not having a clear idea of the right strategy before starting the whole process
    its more a strategy question than hardware, but i have not been able to really get this answered from the posts that i have searched.
    cheers
    graham

    I personally wouldn't bother about going with Raptors. They are disproportionally expensive and do not perform any better than much larger drives in the 750GB/1TB sizes. With these large drives I cannot see any compelling reason to go with a Raptor. Compared to 500GB and smaller drives sure… but not with larger drives.
    So presuming you're going with 2 x Western Digital RE2 750GB drives then you need to decide if you're using RAID or not. If you are then you'll have a 1.5TB volume to use which require no further effort.

  • Strategy for managing edited photos

    I have never used a non-destructive editor before. So I am wondering what a good strategy would be for managign allthe originals plus the edited versions. It seems to me that could get out of control very quick.
    I am using version 5 and I mostly intend to clean up my photos and post them to Flickr or something like that. Usually full resolution.
    Thanks

    There are a few different approaches you can take in seperating the edited photos from the un-edited ones.
    The first thing to note is that all edits are non-destructive, so it's not necessary to organize them seperately from un-edited copites of the image.
    If you like to compare edited from non-edited versions you can view before and after shots in the Develop module:
    You can also save you edits as a Snapshot to come back to and view later:
    Photos with an adjustment applied will have the following icon, so that you can immediately know if they are edited or untouched:
    These are all great ways of distingishing edits you've made to your images. However, if you'd still like to seperate them, you can create seperate collections for your edited photos:
    To do this, I would start by creating a Collection Set for all the images in that upload.
    From there, you can create collections that will be organized underneath that Collection Set
    From there, you can make as many collections as you would like.
    For example:
    All images - unedited
    Best images - unedited
    Best of the Best - unedited
    Best of the Best - edited
    or however you would like to organize them!
    JUST REMEMBER that all of these collections and groups that you are making are not effecting how your images are being organized on the back end. It's up to you to choose the right place for your images, and if you move them or remove them they will not be available in Lightroom as Lightroom does not save copies of your images, and only meta data for your oranizations and adjustments.
    Hope this helps!
    Julia

  • Best Strategy for Managing Laptops in a Mixed InTune / SCCM 2012 World

    We're interested in leveraging Intune to help secure and update our roaming laptop users. We have a group of domain-joined laptops that spend a good deal of time off the company network. We thought we could use Intune to make sure these machines stay updated
    and safe while off the network. I understand that we should make sure the SCCM 2012 client does not get installed on any machine that has the Intune client. Will connecting and logging into our domain cause any issues for these clients that anyone can see?
    Orange County District Attorney

    I'm glad that it should work in our instance. Our office just bought some Office 365 licenses as well as Intune. We thought Intune could solve our issue of roaming laptops. We just recently came into some laptops that would be our first, out-of-the-office
    work systems that we want to manage. The Microsoft folks are assuring us this is the way to go for this particular instance. We haven't had a need to use IBCM or DirectAccess up to this point. We've run into issues with our County firewall folks that
    won't let us run DirectAccess as we do have a Juniper VPN that takes care of our remote issues. As for IBCM, we'll have to look a bit deeper into that and see if it has better features for us than Intune does. We don't have any mobile management requirements
    in the near future so I'm left wondering why the heck are management even bought the licenses.
    Thanks for the note back on my question.
    Orange County District Attorney

  • Strategy for managing phone firmwares

    Hi,
    I would like your advice on phone firmware management.
    We are running a big CUCM 8.6 cluster with many site offices. The phone firmware version in device defaults is 9.3
    When we order new phones,  we receive phones with firmware versions less than 9.3 and greater than 9.3.
    When the firmware version is less than 9.3, we dont have an issue. The phones just upgrade.
    When the firmware version of the new phones is greater than 9.3, then we have had issues.  Phones dont do the downgrade of the firmware from a higher version to a lower version. Does Cisco support downgrade of the phone firmware from a higher to a lower version? How do we know which version downgrades have been tested by Cisco. I dont see much info about downgrade in the release notes.
    How do we manage this situation?
    We dont want to add the new devices with a special load as we would like all devices in our network to have the same load.
    Is upgrading the phone firmware globally on CUCM on a regular basis the only solution?
    Please let me know how you manage the issue of phone firmwares on CUCM?
    Many thanks for your help!!
    Regards
    Pete

    Hi Pete,
    Just to add some new fun into things, you now have to watch for
    new "Hardware" versions as well. This will also impact the upgrade
    & downgrade determinations made by certain phones when they
    look to register. So your new phones won't downgrade to the older 9.x version and
    this is why you are seeing these anomalies
    So if you move past 9-3-1sr1 in the general device defaults you should be good to go.
    Hardware Updates
    The hardware updates improve the compatibility of internal phone components.
    The following table lists the updated hardware versions that require this release.
    Phone Hardware Version
    Cisco Unified IP Phone 7942G
    15.0 and higher
    Cisco Unified IP Phone 7962G
    15.0 and higher
    Cisco Unified IP Phone 7945G
    13.0 and higher
    Cisco Unified IP Phone 7965G
    13.0 and higher
    Cisco Unified IP Phone 7975G
    12.0 and higher
    Phones  manufactured with these hardware versions must run Firmware  Release  9.3(1)SR1 or later. The phone firmware does not allow the phone to be downgraded to releases earlier than Release 9.3(1)SR1.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7900_series/firmware/9_3_1SR1/release_notes/P790_BK_R4E1E768_00_rn-9_3_1_sr1-7900-series_chapter_00.html#P790_RF_ND56648A_00
    Cheers!
    Rob
    "When it comes to luck you make your own  " 
    - Springsteen

  • MDM for Managing Master data for PP & QM Modules

    We have studied the various offerings of SAP MDM for Materials, Suppliers, Financials
    These are definitely areas where we would like to automate using MDM  and thereby improve Quality, Turn around Time and eliminate errors, redundancy etc.
    In these  areas we have also succeeded to a some extent in controlling the maintenance process by way of centralizing and building checks and controls in the Configuration of different Modules.
    The main pain areas in terms of Master data have been in PP and QM Modules
    PP-   Maintenance of BoM and Recipe - which is based on process package finalized by R&D Section.
    R&D scientists are not so familiar with SAP and SAP Settings
    Process Package is usually a simple document- defining specific quantities of the different components required to produce a Specific quantity of a Product  and also descibles the procedure of the entire production process, but when it translates into a Recipe and Bom- different tables in SAP come into play.
    Eventually the BoMs and Recipes are created by manual input of information from the R&D Process Package
    Similarly the QM master data  - Inspection Plan in SAP -  is based on Specification finalized by the Quality wing of R&D
    R&D scientists are not so familiar with SAP and SAP Settings
    Specification  is usually a simple document defining the different tests to be performed for inspecting a material and the expected range in which the results should fall in order for the material to be accepted- but when it translates into a Recipe and Bom- different tables in SAP come into play.
    Eventually the Specifications are created by manual input of information from the R&D Process Package
    There is no direct relation between the original R&D Document and the SAP Master data- Verification is a laborious manual process.
    We are wondering whether SAP MDM would have the scope to cover these two areas
    Tks

    Hi Hari,
    If I understand correctly,you are doing a feasibility study about and trying to find out if standard offering in SAP MDM supports your requirement of linking the master data and R&D documents.
    If thats the case I guess you can design a solution based on your business requirement.For this you can either create a custom repository or extend the currently offered standard business content.You can link the documents to the master data,also store these as pdf/image/links etc.
    Thanks,
    Ravi

  • Need a strategy for managing email on multiple devices

    I have multiple email addresses and multiple devices (iPad, iPhone, and MacBook Pro). I currently have all mail pushed to all devices. The problem I have is managing messages from one device to another.
    I would like to be able to delete a message on one device and have it deleted across all devices. I am thinking the only way this is possible is by stopping the push of messages to my devices and reading email only via iCloud. Or, is there another way?
    Suggestions?

    If you want to keep the same addresses, you will need to contact the providers for each and see if they offer an IMAP service.
    It's a fairly simply concept, IMAP accounts do exactly what you want, POP accounts don't. Whether or not all your providers offer an IMAP account is another matter.

  • XI for managing data conversions

    My customer is considering using XI for managing their data conversions.  This is a very large implementation with many source data systems.  We will also have a very large volume of data to migrate.  For example, we'll have around 8 million materials.  For these materials, we're thinking we can extract this data and map it to an idoc structure and pass into SAP via XI.  First, has anyone used XI for data conversions?  Second, have you dealt with this volume of transactions?  Can XI handle this?  Any thoughts or comments would be greatly appreciated.
    Regards,
    Chris

    Hi Chris,
    SAP XI is used for those exact purposes.  Of course as volume increases, your customer will have to increase memory and hardware.  They have also consider the whether the messages are synchronous.  In case of migration, I think they will be asynchronous.  SAP has a customer who before going live, performed some massive load tests that will simulate an average "real" working day, of 1,200,000 (million, two hundreds thousands) transactions, and it worked smoothly yet fast.  Your customer will most likely have to break up 8 million material into daily batches for now.
    Enjoy!
    John Ta

  • Reducing Data points

    I am trying to look at the graph patterns of average joint motion angles (X, Y, Z) from many trials of 13 subjects during a certain phase recored at sampling rate of 100 Hz.  This phase of each trial has different data points (For example, trial 1 has 67, trial 2 has 104, trial 3 has 74, trial 4 has 91, and so on).  Is there anyone can suggest any idea for those different data points of each trial from over hundreds tirals?  Or does anyone have idea that reduces all trials to a certain number of data points (like the lowest data points from all data) so that all trials have same data points after processing?
    Thank you very much.
    Attachments:
    data.jpg ‏886 KB

    you can use Decimate (single shot) vi present in signal processing - signal operation menu
    there is an funciton in matlab named 'reducem' which Reduce density of points in vector data. you can check the possibility of calling that func in mathscript labview. check the link
    http://www.mathworks.com/help/map/ref/reducem.html
    if they works for you then you can apply it on each of your trial data.

  • Capturing a set amount of data point.

    Hello,
    I am using LabVIEW v7.5 for a project I am currently working on and am recording signals from 6 physical channels.  I have a couple of questions about the write to spreadsheet VI.  First, when I write to a spreadsheet, transpose it, then open it in excel or another spreadsheet application, do the columns correspond to the channel that the data came from?  Second, I was wondering if there is a way that I can specify the VI to record a set amount of data.  Since EXCEL can only plot a maximum of 32,000 data points I would like to sset the VI to only record that many data points so I don't have to manually delete them when I would like to plot them.  Lastly, this is something I have been curious about for a while, is there any way that I can append a header to the columns without manually adding it after opening the data in EXCEL.  I will appreciate any comments or feedback
    thanks so much,
    bsteinma

    The answers to your questions are: Yes and Yes.
    To see how to acquire a set number of samples refer to the examples that ship with LV. (Hint: this is always a good place to start when trying something you haven't done before.)
    Mike...
    Message Edited by mikeporter on 02-17-2009 03:22 AM
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Set Default Color For BarChart YAxis Data Values.

    Remove alert
    |
    Edit
    |
    Delete
    |
    Change type
    0
    I am new to MS Chart. I am drawing a simple bar chart with following code. My chart draws red lines, for my datapoints    (Y Axis), I want to draw, I want to set the color of remaining data points for example for 1st record (i.e. dt1) my jobData
    have value 10, my graph shows red line for 10 points, for remaining 20 points I need to show the Green Line and also for the remaining data points. Thanks in advance.
             double[] jobData = new double[] { 10, 3, 4, 5, 2, 0, 2, 3, 0, 1 };
                DateTime dt1 = new DateTime(2015, 3, 17, 8, 30, 0);
                DateTime dt2 = new DateTime(2015, 3, 17, 8, 35, 0);
                DateTime dt3 = new DateTime(2015, 3, 17, 8, 40, 0);
                DateTime dt4 = new DateTime(2015, 3, 17, 8, 45, 0);
                DateTime dt5 = new DateTime(2015, 3, 17, 8, 50, 0);
                DateTime dt6 = new DateTime(2015, 3, 17, 8, 55, 0);
                DateTime dt7 = new DateTime(2015, 3, 17, 9, 00, 0);
                DateTime dt8 = new DateTime(2015, 3, 17, 9, 05, 0);
                DateTime dt9 = new DateTime(2015, 3, 17, 9, 10, 0);
                DateTime dt10 = new DateTime(2015, 3, 17, 9, 15, 0);
                DateTime[] xData = new DateTime[] { dt1, dt2, dt3, dt4, dt5,dt6,dt7,dt8,dt9,dt10 };
                InitializeComponent();
                //Horizontal bar chart
                //Create a chart area and add it to the chart
                ChartArea area = new ChartArea("First");
                chart1.ChartAreas.Add(area);
               // chart1.x = Color.Green;
              chart1.Size = new Size(1000, 700);
                //Create a series using the data
                Series barSeries = new Series();
                barSeries.XValueType = ChartValueType.DateTime;
                barSeries.BorderColor = Color.Green;
                barSeries.ChartType = SeriesChartType.Column;
                barSeries.Color = Color.Red;
                area.AxisX.LabelStyle.Format = "HH:mm";
                area.AxisY.Maximum = 30;
                area.AxisY.InterlacedColor = Color.Green;
                area.AxisY.Interval = 1;
              //  chart1.ChartAreas(0).AxisX.LabelStyle.Format = "HH:00"
                barSeries.Points.DataBindXY(xData, jobData );
                //Set the chart type, Bar; horizontal bars
                barSeries.ChartType = SeriesChartType.Bar;
                //Assign it to the required area
                barSeries.ChartArea = "First";
                //Add the series to the chart
                chart1.Series.Add(barSeries);

    Remove alert
    |
    Edit
    |
    Delete
    |
    Change type
    0
    I am new to MS Chart. I am drawing a simple bar chart with following code. My chart draws red lines, for my datapoints    (Y Axis), I want to draw, I want to set the color of remaining data points for example for 1st record (i.e. dt1) my jobData
    have value 10, my graph shows red line for 10 points, for remaining 20 points I need to show the Green Line and also for the remaining data points. Thanks in advance.
             double[] jobData = new double[] { 10, 3, 4, 5, 2, 0, 2, 3, 0, 1 };
                DateTime dt1 = new DateTime(2015, 3, 17, 8, 30, 0);
                DateTime dt2 = new DateTime(2015, 3, 17, 8, 35, 0);
                DateTime dt3 = new DateTime(2015, 3, 17, 8, 40, 0);
                DateTime dt4 = new DateTime(2015, 3, 17, 8, 45, 0);
                DateTime dt5 = new DateTime(2015, 3, 17, 8, 50, 0);
                DateTime dt6 = new DateTime(2015, 3, 17, 8, 55, 0);
                DateTime dt7 = new DateTime(2015, 3, 17, 9, 00, 0);
                DateTime dt8 = new DateTime(2015, 3, 17, 9, 05, 0);
                DateTime dt9 = new DateTime(2015, 3, 17, 9, 10, 0);
                DateTime dt10 = new DateTime(2015, 3, 17, 9, 15, 0);
                DateTime[] xData = new DateTime[] { dt1, dt2, dt3, dt4, dt5,dt6,dt7,dt8,dt9,dt10 };
                InitializeComponent();
                //Horizontal bar chart
                //Create a chart area and add it to the chart
                ChartArea area = new ChartArea("First");
                chart1.ChartAreas.Add(area);
               // chart1.x = Color.Green;
              chart1.Size = new Size(1000, 700);
                //Create a series using the data
                Series barSeries = new Series();
                barSeries.XValueType = ChartValueType.DateTime;
                barSeries.BorderColor = Color.Green;
                barSeries.ChartType = SeriesChartType.Column;
                barSeries.Color = Color.Red;
                area.AxisX.LabelStyle.Format = "HH:mm";
                area.AxisY.Maximum = 30;
                area.AxisY.InterlacedColor = Color.Green;
                area.AxisY.Interval = 1;
              //  chart1.ChartAreas(0).AxisX.LabelStyle.Format = "HH:00"
                barSeries.Points.DataBindXY(xData, jobData );
                //Set the chart type, Bar; horizontal bars
                barSeries.ChartType = SeriesChartType.Bar;
                //Assign it to the required area
                barSeries.ChartArea = "First";
                //Add the series to the chart
                chart1.Series.Add(barSeries);
    Hello,
    Since this issue is mainly related to Chart control, I have helped you move this thread to
    Chart Controls for .NET Framework forum to get help.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Flash line chart: manipulating the line and data point

    In Apex 3.1 Flash line chart
    Is there a way to change the line thickness and suppress the circular data point? We think it looks cartoonish and ugly especially when there are many data points.
    Thanks,
    Fred

    Hello,
    Use Custom XML in the Chart attributes and replace the line_chart section with:
          <line_chart left_space="5" right_space="5">
            <block_names enabled="no" />
            <dots type='circle' radius='2' />
            <lines size='1' auto_color='yes' tone='0xFFC700' color='0xC1C1C1' />
          </line_chart>I've put the example here also: http://examples.apex-evangelists.com/pls/apex/f?p=286:34:0
    If you come to ODTUG, OOW or our "European Apex Training Days" I'll go into more depth about all this.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://eurotraining.apex-evangelists.com/
    -- http://apexblogs.info/

  • MANAGE EMPLOYEE DATA in SRM 7

    Hi all,
    We are on SRm 7.1.
    Can anyone tell me the Transaction/WEb dynpro application for "MANAGE EMPOYEE DATA(SRM 5 trasnaction) now in SRm 7??/
    Under which role can I see this MANAGE EMPLOYEE DATA transaction??
    I need to change the POSITION email address for some users and hence wanted to know the WEB DYNPRO application name for this SRM 5 trasnaction in SRM 7.
    Thanks.

    Hello,
    This option is available under SRM Administration portal tab.
    In order to see it, user should be assianged to portal role com.sap.pct.srm.core.ro_srmadministrator and SAP_GUI role /SAPSRM/ADMINISTRATOR.
    Here you can manage employee, supplier, business partner and address data.
    Regards,
    Ricardo

Maybe you are looking for

  • How do I remove an entry from the "Store Files" drop down list in the "Import Settings" section of Aperture 3.3.2

    The dropdown list "Store Files" in the "Import Settings" section of Aperture 3.3.2 displays the history of the entries previously added to the list. Some of the entries are no longer valid and I'm trying to delete them but I can't find a way to do th

  • SAPLPA PACKAGE SERVICES (in ABAP program SAPLSFW COMMON)

    Hello, I´m facing with a strange issue... during an importing support packages process through SPAM I get an error in Import_Proper phase... during the error analysis, I get an error, a short dump, when I try to enter into any transaction... which is

  • My Ipod video is restarting! WHY!

    Ive had my ipod for about 2 days and it will restart when I am going through my songs (mainly) - by restarting I mean going back to the Apple Icon and then going to the first page you see when you turn on the ipod. But i really want some help because

  • FM error in smartform

    Hi, I am trying to execute my print program but i am getting error that "FM called wrongly" . My requirement is i want to display vendor details using smartforms.For this i took internal table with 5 fields.There is no syntactical errors in the progr

  • Cannot create PDF in Internet Explorer 10

    Using Acrobat 10.1.7.27.  Upgraded Internet Explorer to Ver 10.  Now cannot use the Printer function to create a PDF (print web page to PDF)  doing so causes IE to freeze and must be closed using tax manager