Basic Bar Graph in Excel
Published on : 06.03.2010
Category : MS Excel Viewed : 23 times.
The following tutorial will demonstrate how to construct a basic bar graph in Excel. The documents for this tutorial are available for download.
Download the 97-2003 Version
Download the Excel 2007 Version
To begin, start with a spread sheet as shown below.
Now, highlight cells A3 to B8. Select the “Insert” tab and hit the “Column Button” to activate the drop down menu.
From this menu, select “2-D Column”... |
Creating a Column Chart
Published on : 01.02.2010
Category : MS Excel Viewed : 6 times.
To create the column chart shown above, start by creating the spreadsheet below exactly as shown.
After you have created the spreadsheet, you are ready to create your chart.
Highlight cells A3 to D6. You must highlight all the cells containing the data you want in your chart. You should also include the data labels.
Choose Insert > Chart from the menu.
Click Column to select the type of chart you want to create.
In the Chart Sub-type box, choose... |
Modify Your Chart
Published on : 01.02.2010
Category : MS Excel Viewed : 11 times.
You can modify your chart by using the Chart toolbar. If the Chart toolbar is not already available, choose View > Toolbars > Chart from the menu.
Chart Toolbar
To change the data area font size:
Click the down arrow on the Chart toolbar. A drop-down menu opens.
Choose Data Table from the drop-down menu.
Click the Options icon . Choose the Font tab.
In the Size box, type 8.
Click OK. Your font size is now 8.
To change the angle of the... |
Windows Controls
Published on : 13.01.2010
Category : MS Windows Viewed : 33 times.
Introduction To make your interaction with the computer more useful, the Microsoft Windows operating systems provide various types of objects also called windows. Some of these windows are standard and can be seen in many applications. Some other windows can appear more complex as the companies that develop them are creative. Regardless, there are basic functionalities that most windows share. Therefore, before starting to get creative... |
iMesh Description
Published on : 09.01.2010
Category : Audio Software Viewed : 10 times.
iMesh is the the leading file sharing program. With millions of registered users, iMesh gives you access to countless types of digital media and other files that are made available by all other iMesh users plus some special professional content providers and above all, its completely free for download!Connect to multiple file sharing networks - iMesh, Kazaa, Limewire and get more results and the fastest download speed. Get Accelerated downloads with SuperCharged connections. Get the iMesh... |
Reports
Published on : 02.08.2009
Category : MS Access Viewed : 212 times.
 A report is an effective way to present your data in a printed format. Because you have control over the size and appearance of everything on a report, you can display the information the way you want to see it. Create a Report using the Wizard As with the Form, it is a very good idea to create a report using the wizard, unless you are an advanced user. Microsoft Access does a very good job using the wizard to create reports. Switch to the Database Window. You can do... |
Styling Your forms with CSS and Labels
Published on : 01.04.2009
Category : CSS Tips Viewed : 139 times.
I had a comment asking about styling forms using CSS with the label tag in my last blog entry, so I thought I would write another post to show an example. Here's how you would use the label tag and some CSS to create a stylin' form with very little markup: <style>label { position: absolute; text-align:right; width:130px; }input, textarea { margin-left: 140px; }label.check, label.radio { position:relative; text-align:left; }</style><form> <label for="name">Your... |
Nifty Corners: rounded corners without images
Published on : 01.04.2009
Category : CSS Tips Viewed : 191 times.
By Alessandro Fulciniti Update This is the original article. The technique has been improved with better browser support and a lot of new features. The new article has been published on the 6th of April 2005. You can read it here. The final version is Niftycube. Rounded Corners with CSS are a hot topic in web design: I think that there are hundreds of articles on them. This page is intended to present the solution I came up, that doesn't requires images, extra markup nor CSS. Let's start.... |
Developing a Scripting Utility in 3D Studio Max
Published on : 31.03.2009
Category : 3D Max Studio Viewed : 123 times.
Hello everyone, this tutorial will guide you to develop a scripted utility in 3DS MAX 9. This tutorial is for users with basic knowledge in max script or any other object oriented language. Here I explained everything step by step. Actually this coding is a part in my plug-in. Due to coding complexity, I cut shorted some and add only the few things. If time permits I will explain rest. It covers: How to develop a tool (with rollouts, buttons, check boxes etc) in 3ds Max.How to... |