Cargando…

ActionScript Graphing Cookbook.

Step-by-step instructions guide you from your very first graphical program to highly complex 3D presentations. Although a few recipes explain charts in Flex, this book is firmly focussed on using ActionScript code and data to draw graphs. The ""ActionScript Graphing Cookbook"" is...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Backx, Peter
Otros Autores: Gélineau, Dominic
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents; ActionScript Graphing Cookbook; ActionScript Graphing Cookbook; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Downloading the color images of this book; Errata; Piracy; Questions; 1. Getting Started with Graph Drawing; Introduction; Drawing in two dimensions; Getting ready; How to do it ...
  • How it works ... There's more ... ; Graphics drawing; Coordinate systems and transformations; See also; Building point charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Coordinate system; Scaling woes; Adding more parameters; See also; Creating a line graph based on a function; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Improving the Graph class; Using points to draw functions; Curves; See also; Adding labels and axes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Vertical axis; Screen versus graph coordinates.
  • Error checking and adding parametersGraphing a spreadsheet; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Two arrays; Associative array; Vectors; Associative array to two-dimensional array conversion; See also; Area charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Having the color as a parameter; The fill style; See also; Multiple area charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Improving the interface; Styling the fill; Styling a graph; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Transformation.
  • Gradient lines and points, bitmap areasSee also; Adding legends; Getting ready; How to do it ... ; How it works ... ; There's more ... ; TextField customization; A background; See also; Using Flex for charts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Flex without MXML; ActionScript in Flex; See also; 2. Working with Data; Introduction; Preparing your data; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Databases; Embedding CSV files; Getting ready; How to do it ... ; How it works ... ; There's more ... ; CSV parsing; See also.
  • Loading a data file from the InternetGetting ready; How to do it ... ; How it works ... ; There's more ... ; Other events; Relative URL; Security and cross-domain policies; See also; Loading a file from the local hard drive; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Cancel file browsing; See also; Loading data with XML; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Loading from other sources; Different XML structures; Loading data from Excel files; Getting ready; How to do it ... ; How it works ... ; There's more ... ; as3xls; See also.