Inherited Variables
|
Inherited Methods
|
constructor ShapeSeries [line 38]
ShapeSeries ShapeSeries(
[
$c = null])
|
|
Tags:
Parameters:
method addSampleValues [line 592]
method calcZOrder [line 759]
method clicked [line 610]
Returns the ValueIndex of the "clicked" point in the Series.
Tags:
Overrides
Series::clicked() (parent method not documented)
Parameters:
method createSubGallery [line 802]
method drawLegendShape [line 71]
void drawLegendShape(
$g,
$valueIndex,
$rect)
|
|
Tags:
Overrides
Series::drawLegendShape() (parent method not documented)
Parameters:
method drawValue [line 577]
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 687]
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 875]
method getFont [line 661]
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 263]
method getGradient [line 705]
Gets Gradient fill characteristics for the ShapeSeries Shape.
Tags:
method getHorizAlignment [line 297]
Horizontally aligns the text.
There are three options; Centre, Left or Right.
Tags:
method getPen [line 696]
Defines pen to draw Series Shape.
Tags:
method getStyle [line 247]
Defines how a TChartShape component appears on a Chart.
Default value: Circle
Tags:
method getText [line 130]
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 721]
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 274]
Sets the vertical alignment of Text within a TChartShape Series shape.
It can be Top, Center, Bottom.
Tags:
method getX0 [line 157]
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 180]
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 775]
Can be set to:- Axis, AxisOrigin or Pixels.
Tags:
method getY0 [line 203]
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 226]
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 798]
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 765]
Tags:
Overrides
Series::moreSameZOrder() (Returns true if there are more series that share the same Z order.
For example Stacked Bars.)
method prepareForGallery [line 735]
method setChart [line 55]
method setHorizAlignment [line 306]
void setHorizAlignment(
value
$value)
|
|
Horizontally aligns the text.
Tags:
Parameters:
method setStyle [line 258]
void setStyle(
value
$value)
|
|
Defines how a TChartShape component appears on a Chart.
Default value: Circle
Tags:
Parameters:
method setSubGallery [line 821]
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 709]
method setTransparent [line 731]
void setTransparent(
value
$value)
|
|
Allows Shape Brush attributes to fill the interior of the Shape.
Default value: false
Tags:
Parameters:
method setVertAlignment [line 284]
void setVertAlignment(
value
$value)
|
|
Sets the vertical alignment of Text within a TChartShape Series shape.
Tags:
Parameters:
method setX0 [line 166]
void setX0(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setX1 [line 189]
void setX1(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setXYStyle [line 785]
void setXYStyle(
value
$value)
|
|
Can be set to:- Axis, AxisOrigin or Pixels.
Tags:
Parameters:
method setY0 [line 212]
void setY0(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method setY1 [line 235]
void setY1(
value
$value)
|
|
Coordinate used to define the englobing ShapeSeries rectangle.
Tags:
Parameters:
method __get [line 24]
method __set [line 31]
void __set(
$property,
$value)
|
|
Overrides
Series::__set() (parent method not documented)
Parameters: