answersLogoWhite

0

There are many kinds of charts you can make with numeric data. The most commons ones are bar charts, line charts, column charts and pie charts. There are many other specialised charts too. It depends on the kind of data you have and what you want to do with it.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

A numeric value that originates in a excel worksheet cell is called a data?

A worksheet cell with a numeric value is called a data point.


What are coding schemes?

A single binary digit is called a 'bit'.The number of bits in the data sequences processed by a given computer is called its word size.coding is a process of representing numeric or non-numeric data and instructions in binary.


When a pie chart is created each of the cells in the excel worksheet containing the numeric data is a?

The cells represent individual parts of the series which are then represented as pie slices in the chart.


How is geometric constraints different from numeric constraints?

ask roman


How many different types of constants are there in COBOL?

there are three types of constants in COBOL 1. numeric literals 2. figurative constants 3. non-numeric literals


Why numeric arrays do not end with a '0' in C programming language?

The value zero is a perfectly valid numeric array element in its own right. If we used the value zero to mark the end of a numeric array in the same way we use a null-terminator to mark the end of a string (a character array), we'd have no way of representing the value zero within the array itself. Thus when working with numeric arrays, we must keep track of the array length independently of the array.


What is the definition of numeric constant?

Numeric constants have the capacity to store numeric value.


How do you write 40 in numeric?

That is numeric.


What is the numeric number for 11?

The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.


What type of field can store numeric data that can be used in mathematical calculations?

In database systems, the fields Integer, Number, Floating, Long are the datatypes used for storing and representing numbers or numeric data. Calculations can be performed based on these data types. Refer to the application/system specific manual for the exact implementation of the above.


Define the numeric value of perception?

numeric perception is a value of perception to the numeric value


How to check whether a character is numeric in an alphanumeric field in easytrieve.?

IF WS-AGE NUMERIC DISPLAY "NUMERIC" ELSE DISPLAY "NOT NUMERIC' END-IF