namespace anychart.core Improve this Doc
The anychart.core namespace contains fundamental classes and base classes.
Typedefs Overview
anychart.core.MouseEvent | Type definition for mouse event. |
Classes Overview
anychart.core.Base | Class implements all the work with consistency states. |
anychart.core.BubblePoint | Point representing bubble points that belongs to cartesian or scatter chart. |
anychart.core.Chart | Base class for all charts, contains the margins, the background and the title. |
anychart.core.ChoroplethPoint | Point representing choropleth points that belongs to map. |
anychart.core.MapPoint | Series-based chart point. |
anychart.core.NoDataSettings | Class with settings for "No data" feature. |
anychart.core.PiePoint | Point representing pie point. |
anychart.core.Point | Class that wraps point of series/chart. |
anychart.core.SeparateChart | Base class for all charts, contains the margins, the background and the title. |
anychart.core.SeriesBase | Base class for all base series. |
anychart.core.SeriesPoint | Point representing all points that belongs to series-based chart. |
anychart.core.StateSettings | The StateSettings class contains methods for configuring the states of different charts and their parts. |
anychart.core.Text | This class is responsible of the text formatting, it processes the plain text and the text in HTML format. |
anychart.core.TreeChartPoint | Class that wraps point of series or chart. |
anychart.core.VisualBase | Base class for all elements. |
anychart.core.VisualBaseWithBounds | An extended base element that understands bounds settings and can handle percent values in it. |