Inherited Variables
|
Inherited Methods
|
constructor ShapeSeries [line 49]
ShapeSeries ShapeSeries(
[
$c = null])
|
|
Tags:
Parameters:
destructor __destruct [line 66]
method addSampleValues [line 613]
method calcZOrder [line 780]
method clicked [line 631]
Returns the ValueIndex of the "clicked" point in the Series.
Tags:
Overrides
Series::clicked() (Returns the ValueIndex of the "clicked" point in the Series.
Clicked means the X and Y coordinates are in the point screen region bounds. If no point is "touched", Clicked returns -1)
Parameters:
method createSubGallery [line 823]
method drawLegendShape [line 93]
void drawLegendShape(
$g,
$valueIndex,
$rect)
|
|
Tags:
Overrides
Series::drawLegendShape() (parent method not documented)
Parameters:
method drawValue [line 598]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overrides
Series::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method getBrush [line 708]
Defines the brush used to fill shape background.
Example:
//shape1
shape[0] = new TeeShape(myChart.getChart());
tmpShape = shape[0];
tmpShape.getMarks().setVisible(false);
tmpShape.setColor(Color.WHITE);
tmpShape.getBrush().setColor(Color.WHITE);
tmpShape.getBrush().setImageMode(ImageMode::$TILE);
tmpShape.getBrush().loadImage(ChartSamplePanel.class.getResource(URL_IMAGE1));
tmpShape.setStyle(ShapeStyle::$CIRCLE);
tmpShape.getPen().setColor(Color.RED);
tmpShape.getPen().setWidth(2);
tmpShape.setX1(50);
tmpShape.setY1(50);
Tags:
method getDescription [line 896]
method getFont [line 682]
Determines the font attributes used to output ShapeSeries.
No auto font sizing is performed, so you must specify the desired font size to avoid shape text from overlapping the Shape boundaries.
Tags:
method getFormat [line 285]
method getGradient [line 726]
Gets Gradient fill characteristics for the ShapeSeries Shape.
Tags:
method getHorizAlignment [line 319]
Horizontally aligns the text.
There are three options; Centre, Left or Right.
Tags:
method getPen [line 717]
Defines pen to draw Series Shape.
Tags:
method getStyle [line 269]
Defines how a TChartShape component appears on a Chart.
Default value: Circle
Tags:
method getText [line 152]
String[] getText(
[
$index = -1])
|
|
Displays customized Strings inside Shapes.
You can use the Font and Aligment properties to control Text display.
Note: You may need to change Shape Font size to a different value when creating metafiles or when zooming Charts.
Tags:
Parameters:
method getTransparent [line 742]
boolean getTransparent(
)
|
|
Allows Shape Brush attributes to fill the interior of the Shape.
When false, Shapes do not redraw their background, so charting contents behind Shape Series is seen inside the Shape.
Default value: false
Tags:
method getVertAlignment [line 296]
Sets the vertical alignment of Text within a TChartShape Series shape.
It can be Top, Center, Bottom.
Tags:
method getX0 [line 179]
Coordinate used to define the englobing ShapeSeries rectangle.
The values should be expressed in Axis coordinates.
You can convert from Screen pixel coordinates to values and vice-versa using several TChart and Series methods like XScreenToValue and YScreenToValue.
Tags:
method getX1 [line 202]
Coordinate used to define the englobing ShapeSeries rectangle.
The values should be expressed in Axis coordinates.
You can convert from Screen pixel coordinates to values and vice-versa using several TChart and Series methods like XScreenToValue and YScreenToValue.
Tags:
method getXYStyle [line 796]
Can be set to:- Axis, AxisOrigin or Pixels.
Tags:
method getY0 [line 225]
Coordinate used to define the englobing ShapeSeries rectangle.
The values should be expressed in Axis coordinates.
You can convert from Screen pixel coordinates to values and vice-versa using several TChart and Series methods like XScreenToValue and YScreenToValue.
Tags:
method getY1 [line 248]
Coordinate used to define the englobing ShapeSeries rectangle.
The values should be expressed in Axis coordinates.
You can convert from Screen pixel coordinates to values and vice-versa using several TChart and Series methods like XScreenToValue and YScreenToValue.
Tags:
method isValidSourceOf [line 819]
boolean isValidSourceOf(
s
$s)
|
|
Returns false if the Value parameter is the same as Self.
Tags:
Overrides
Series::isValidSourceOf() (Validates Series datasource.
)
Parameters:
method moreSameZOrder [line 786]
Tags:
Overrides
Series::moreSameZOrder() (Returns true if there are more series that share the same Z order.
For example Stacked Bars.)
method prepareForGallery [line 756]
method setChart [line 77]
method setHorizAlignment [line 328]
void setHorizAlignment(
value
$value)
|
|
Horizontally aligns the text.
Tags:
Parameters:
method setStyle [line 280]
void setStyle(
value
$value)
|
|
Defines how a TChartShape component appears on a Chart.
Default value: Circle
Tags:
Parameters:
method setSubGallery [line 842]
void setSubGallery(
$index)
|
|
Tags:
Overrides
Series::setSubGallery() (Creates and prepares the index'th Series style to show at sub-gallery dialog.)
Parameters:
method setText [line 730]
method setTransparent [line 752]
void setTransparent(
value
$value)
|
|
Allows Shape Brush attributes to fill the interior of the Shape.
Default value: false
Tags:
Parameters:
method setVertAlignment [line 306]
void setVertAlignment(
value
$value)
|
|
Sets the vertical alignment of Text within a TChartShape Series shape.
Tags:
Parameters:
method setX0 [line 188]
void setX0(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setX1 [line 211]
void setX1(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setXYStyle [line 806]
void setXYStyle(
value
$value)
|
|
Can be set to:- Axis, AxisOrigin or Pixels.
Tags:
Parameters:
method setY0 [line 234]
void setY0(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setY1 [line 257]
void setY1(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method __get [line 35]
method __set [line 42]
void __set(
$property,
$value)
|
|
Overrides
Series::__set() (parent method not documented)
Parameters: