Flex Component: How it works

Introduction

AnyChart Stock Flex version can be used in Flex Builder 3 and Flash Builder 4.

Flex version is configured using the same XML format, which is used to configure SWF based version, and it has the full-featured API to work with chart and events it generates.

to top

Basics

AnyChart Stock for Flex is somewhat different from usual Flex components: it is configured using its own special XML format - not MXML. You can learn about this XML format and how to work with it at:

XML config for the component can be set in two ways: using XML variable or external XML settings file, as it is shown on illustration below.

Simple project that uses this config property can be found here:

to top

Component configuration

To configure the component properly you need to know AnyStock XML format, here is a short list of resources you need study:

to top