Class and Description |
---|
Aspect
Title: Aspect class
Description: Chart view characteristics to define Chart 3D appearance
Copyright (c) 2005-2018 by Steema Software SL.
|
Bevel
Title: Bevel class
Description: Displays bevels (frames) around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
BevelStyle
Title: BevelStyle class
Description: Defines the styles of the bevels (frames) around rectangles.
|
Chart
Title: Chart class
Description: Chart contents.
|
ClickedParts
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Cursor |
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Dimension |
Footer
Title: Footer class
Description: Text displayed below Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
Header
Title: Header class
Description: Text displayed above Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IChart
Title: IChart class
Description: Common Chart characteristics interface
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageBevel
Title: ImageBevel class
Description: Displays Image bevel around rectangles
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageMode
Title: ImageMode class
Description: Displays characteristics for an Image
Copyright (c) 2005-2018 by Steema Software SL.
|
LineOrientation
Title: LineOrientation class.
|
MultiLine
Title: MultiLine class.
|
Page
Title: Page class.
|
Panel
Title: Panel class.
|
PanelMarginUnits
Title: PanelMarginUnits class
Description: Describes the possible values of Panel.MarginUnits.
|
Point3D
Title: Point3D class
Description: XYZ Point holder
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble |
PositionUnits
Title: PositionUnits class
Description: Defines axis Position units (pixels or percentage)
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Scroll
Title: Scroll class
Description: Chart mouse scroll characteristics
Copyright (c) 2005-2018 by Steema Software SL.
|
ScrollMode
Title: ScrollMode class
Description: Describes the possible values of the Scroll.Allow
property.
|
ScrollResult
Title: ScrollResult class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shadow
Title: Shadow class
Description: Properties to draw a shadow.
|
Shape
Title: Shape class
Description: Base class for Chart Shape elements
Example:
//shape1
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.WHITE);
tmpSeries.getBrush().setColor(Color.WHITE);
tmpSeries.getFont().setColor(Color.NAVY);
tmpSeries.getFont().getShadow().setHorizSize(1);
tmpSeries.getFont().getShadow().setVertSize(1);
tmpSeries.getGradient().setDirection(GradientDirection.HORIZONTAL);
tmpSeries.getGradient().setMiddleColor(Color.GREEN_YELLOW);
tmpSeries.getGradient().setUseMiddle(true);
tmpSeries.getGradient().setVisible(true);
tmpSeries.setStyle(ShapeStyle.CIRCLE);
tmpSeries.setText(new String[] {"This is an ellipse"});
tmpSeries.setX0(60);
tmpSeries.setX1(100);
tmpSeries.setY1(100);
//shape2
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.PURPLE);
tmpSeries.getBrush().setColor(Color.PURPLE);
tmpSeries.setText(new String[] {"This is a round rectangle."});
tmpSeries.setStyle(ShapeStyle.RECTANGLE);
tmpSeries.getFormat().setShapeStyle(TextShapeStyle.ROUNDRECTANGLE);
tmpSeries.setX0(12.5);
tmpSeries.setX1(47.5);
tmpSeries.setY0(140);
tmpSeries.setY1(80);
Copyright (c) 2005-2018 by Steema Software SL.
|
TChart.Scrollable |
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextFormat
Title: TextFormat
Description: TeeChart for Java
Copyright (c) 2004-2018 by Steema Software SL.
|
TextShape
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2013 by Steema Software SL.
|
TextShapePosition
Title: TextShapePosition class
Description: Shape Custom Position.
|
TextShapeStyle
Title: TextShapeStyle class
Description: Defines the style of text-containing shapes.
|
Title
Title: Title class
Description: Underlying Title characteristics.
|
ToolTip
Title:
Description:
Copyright: Copyright (c) 2006-2018
Company:
|
Wall
Title: Wall class
Description: Characteristics of Wall Panel that complements an Axis
Copyright (c) 2005-2018 by Steema Software SL.
|
Walls
Title: Walls class
Description: Chart Walls.
|
Walls.BackWall
Title: BackWall class
Description: Wall Panel at rear of Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
Walls.BottomWall
Title: BottomWall class
Description: Wall Panel at bottom of Chart.
|
Walls.LeftWall
Title: LeftWall class
Description: Wall Panel at left of Chart
Copyright (c) 2005-2018 by Steema Software SL.
|
Walls.RightWall
Title: RightWall class
Description: Wall Panel at right of Chart.
|
Zoom
Title: Zoom class
Description: Used at tChart1.Zoom property, determines mouse
zoom attributes.
|
Zoom.ZoomResetStyle
Active for use when ZoomStyle = ZoomStyle.INCHART_MULTI
Use with ZoomReset property to control which touch action that resets chart zoom |
Zoom.ZoomStyle |
ZoomDirections
Title: ZoomDirections class
Description: Describes the possible values of Zoom.Direction method.
|
ZoomScroll
Title: ZoomScroll class
Description: Internal use.
|
ZoomScroll.ZoomSnapshot |
Class and Description |
---|
Dimension |
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble |
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Class and Description |
---|
ChartException
Title: ChartException class
Description: Underlying TeeChart exception class
Copyright (c) 2005-2018 by Steema Software SL.
|
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
FloatRange
Title: FloatRange class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
PositionUnits
Title: PositionUnits class
Description: Defines axis Position units (pixels or percentage)
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shape
Title: Shape class
Description: Base class for Chart Shape elements
Example:
//shape1
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.WHITE);
tmpSeries.getBrush().setColor(Color.WHITE);
tmpSeries.getFont().setColor(Color.NAVY);
tmpSeries.getFont().getShadow().setHorizSize(1);
tmpSeries.getFont().getShadow().setVertSize(1);
tmpSeries.getGradient().setDirection(GradientDirection.HORIZONTAL);
tmpSeries.getGradient().setMiddleColor(Color.GREEN_YELLOW);
tmpSeries.getGradient().setUseMiddle(true);
tmpSeries.getGradient().setVisible(true);
tmpSeries.setStyle(ShapeStyle.CIRCLE);
tmpSeries.setText(new String[] {"This is an ellipse"});
tmpSeries.setX0(60);
tmpSeries.setX1(100);
tmpSeries.setY1(100);
//shape2
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.PURPLE);
tmpSeries.getBrush().setColor(Color.PURPLE);
tmpSeries.setText(new String[] {"This is a round rectangle."});
tmpSeries.setStyle(ShapeStyle.RECTANGLE);
tmpSeries.getFormat().setShapeStyle(TextShapeStyle.ROUNDRECTANGLE);
tmpSeries.setX0(12.5);
tmpSeries.setX1(47.5);
tmpSeries.setY0(140);
tmpSeries.setY1(80);
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextShape
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2013 by Steema Software SL.
|
Class and Description |
---|
Aspect
Title: Aspect class
Description: Chart view characteristics to define Chart 3D appearance
Copyright (c) 2005-2018 by Steema Software SL.
|
BevelStyle
Title: BevelStyle class
Description: Defines the styles of the bevels (frames) around rectangles.
|
Dimension |
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageMode
Title: ImageMode class
Description: Displays characteristics for an Image
Copyright (c) 2005-2018 by Steema Software SL.
|
Point3D
Title: Point3D class
Description: XYZ Point holder
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble |
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shadow
Title: Shadow class
Description: Properties to draw a shadow.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Triangle3D
Title: Triangle3D class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Class and Description |
---|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Class and Description |
---|
ClickedParts
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Class and Description |
---|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Class and Description |
---|
ChartException
Title: ChartException class
Description: Underlying TeeChart exception class
Copyright (c) 2005-2018 by Steema Software SL.
|
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Class and Description |
---|
Chart
Title: Chart class
Description: Chart contents.
|
ChartException
Title: ChartException class
Description: Underlying TeeChart exception class
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Class and Description |
---|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shape
Title: Shape class
Description: Base class for Chart Shape elements
Example:
//shape1
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.WHITE);
tmpSeries.getBrush().setColor(Color.WHITE);
tmpSeries.getFont().setColor(Color.NAVY);
tmpSeries.getFont().getShadow().setHorizSize(1);
tmpSeries.getFont().getShadow().setVertSize(1);
tmpSeries.getGradient().setDirection(GradientDirection.HORIZONTAL);
tmpSeries.getGradient().setMiddleColor(Color.GREEN_YELLOW);
tmpSeries.getGradient().setUseMiddle(true);
tmpSeries.getGradient().setVisible(true);
tmpSeries.setStyle(ShapeStyle.CIRCLE);
tmpSeries.setText(new String[] {"This is an ellipse"});
tmpSeries.setX0(60);
tmpSeries.setX1(100);
tmpSeries.setY1(100);
//shape2
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.PURPLE);
tmpSeries.getBrush().setColor(Color.PURPLE);
tmpSeries.setText(new String[] {"This is a round rectangle."});
tmpSeries.setStyle(ShapeStyle.RECTANGLE);
tmpSeries.getFormat().setShapeStyle(TextShapeStyle.ROUNDRECTANGLE);
tmpSeries.setX0(12.5);
tmpSeries.setX1(47.5);
tmpSeries.setY0(140);
tmpSeries.setY1(80);
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextShape
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2013 by Steema Software SL.
|
TextShapePosition
Title: TextShapePosition class
Description: Shape Custom Position.
|
Class and Description |
---|
Comparator
A comparison function, which imposes a total ordering on some
collection of integers.
|
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Dimension |
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble |
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Swapper
A swapper function.
|
Class and Description |
---|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Class and Description |
---|
Chart
Title: Chart class
Description: Chart contents.
|
ChartException
Title: ChartException class
Description: Underlying TeeChart exception class
Copyright (c) 2005-2018 by Steema Software SL.
|
Comparator
A comparison function, which imposes a total ordering on some
collection of integers.
|
Cursor |
DateTime
Title: DateTime class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
PointDouble |
PositionUnits
Title: PositionUnits class
Description: Defines axis Position units (pixels or percentage)
Copyright (c) 2005-2018 by Steema Software SL.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
Shadow
Title: Shadow class
Description: Properties to draw a shadow.
|
Shape
Title: Shape class
Description: Base class for Chart Shape elements
Example:
//shape1
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.WHITE);
tmpSeries.getBrush().setColor(Color.WHITE);
tmpSeries.getFont().setColor(Color.NAVY);
tmpSeries.getFont().getShadow().setHorizSize(1);
tmpSeries.getFont().getShadow().setVertSize(1);
tmpSeries.getGradient().setDirection(GradientDirection.HORIZONTAL);
tmpSeries.getGradient().setMiddleColor(Color.GREEN_YELLOW);
tmpSeries.getGradient().setUseMiddle(true);
tmpSeries.getGradient().setVisible(true);
tmpSeries.setStyle(ShapeStyle.CIRCLE);
tmpSeries.setText(new String[] {"This is an ellipse"});
tmpSeries.setX0(60);
tmpSeries.setX1(100);
tmpSeries.setY1(100);
//shape2
tmpSeries = new Shape(myChart.getChart());
tmpSeries.getMarks().setVisible(false);
tmpSeries.setColor(Color.PURPLE);
tmpSeries.getBrush().setColor(Color.PURPLE);
tmpSeries.setText(new String[] {"This is a round rectangle."});
tmpSeries.setStyle(ShapeStyle.RECTANGLE);
tmpSeries.getFormat().setShapeStyle(TextShapeStyle.ROUNDRECTANGLE);
tmpSeries.setX0(12.5);
tmpSeries.setX1(47.5);
tmpSeries.setY0(140);
tmpSeries.setY1(80);
Copyright (c) 2005-2018 by Steema Software SL.
|
Swapper
A swapper function.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextShape
Title: TextShape class
Description: Base class for Chart shape elements with text
Copyright (c)
2005-2013 by Steema Software SL.
|
Class and Description |
---|
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
Wall
Title: Wall class
Description: Characteristics of Wall Panel that complements an Axis
Copyright (c) 2005-2018 by Steema Software SL.
|
Class and Description |
---|
Chart
Title: Chart class
Description: Chart contents.
|
Cursor |
IBaseChart
Title:
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
IChart
Title: IChart class
Description: Common Chart characteristics interface
Copyright (c) 2005-2018 by Steema Software SL.
|
ImageMode
Title: ImageMode class
Description: Displays characteristics for an Image
Copyright (c) 2005-2018 by Steema Software SL.
|
MultiLine
Title: MultiLine class.
|
Rectangle
Title: Rectangle class
Description:
Copyright (c) 2005-2018 by Steema Software SL.
|
TChart
Title: TeeChart for Android
Description: TeeChart for Android
Copyright: (c) 2005-2018 by Steema Software.
|
TeeBase
Title: TeeBase class
Description: Non-visible class for Chart element common characteristics.
|
TextShapePosition
Title: TextShapePosition class
Description: Shape Custom Position.
|