constructor Series [line 212]
Series Series(
[
$c = null])
|
|
Tags:
Parameters:
method add [line 3050]
int add(
[value
$value = "null"])
|
|
Adds a new point with specified value.
Tags:
Implementation of:
- ISeries::add()
Parameters:
method addArray [line 3323]
void addArray(
values
$values)
|
|
Adds the array of double values.
Tags:
Parameters:
method addChartValue [line 951]
void addChartValue(
$source,
$valueIndex)
|
|
Tags:
Parameters:
method added [line 2743]
method addNull [line 3039]
Obsolete. Please use add() method without parameters instead.
Tags:
method addNullXY [line 3028]
int addNullXY(
x
$x, y
$y)
|
|
Obsolete. Please use add(x,y,Color.<!-- -->Transparent) method instead.
Tags:
Parameters:
method addSampleValues [line 3677]
method addSeriesMouseListener [line 149]
void addSeriesMouseListener(
$l)
|
|
Tags:
Parameters:
method addSeriesPaintListener [line 118]
void addSeriesPaintListener(
$l)
|
|
Tags:
Parameters:
method addText [line 3264]
Adds a new null point with specified text.
Tags:
Parameters:
method addValues [line 1140]
method addXY [line 3114]
Adds a new point with specified x and y values.
Tags:
Implementation of:
- ISeries::addXY()
Parameters:
method addXYColor [line 3214]
int addXYColor(
x
$x, y
$y, color
$color)
|
|
Adds a new point with specified x and y values and color.
Tags:
Parameters:
method addXYText [line 3153]
int addXYText(
x
$x, y
$y, text
$text)
|
|
Adds a new point with specified x,y values and text.
Tags:
Parameters:
method addXYTextColor [line 3168]
int addXYTextColor(
x
$x, y
$y, [text
$text = ""], [color
$color = null])
|
|
Adds a new point with specified x,y values, text and color.
Tags:
Parameters:
method addYColor [line 3246]
int addYColor(
value
$value, color
$color)
|
|
Adds a new point with specified value and color.
Tags:
Parameters:
method addYText [line 3097]
int addYText(
value
$value, text
$text)
|
|
Adds a new point with specified value and text.
Tags:
Parameters:
method addYTextColor [line 3227]
int addYTextColor(
value
$value, text
$text, color
$color)
|
|
Adds a new point with specified value, text and color.
Tags:
Parameters:
method assign [line 499]
void assign(
source
$source)
|
|
Copies all properties from one Series component to another.
Only the common properties shared by both source and destination Series are copied.
The following code copies all properties from Series2 into Series1:
Series1.Assign( Series2 ) ;
Some Series types restore method values after assigning them. For example, Points series restores the Pointer.Visible method to true after being assigned to a Line series, which has Pointers invisible by default.
Note: Series events are not assigned. Series DataSource and FunctionType properties are assigned. Assign is used by CloneChartSeries and ChangeSeriesType methods for example.
Tags:
Overridden in child classes as:
- BaseLine::assign()
- CustomPoint::assign()
Parameters:
method assignDispose [line 523]
void assignDispose(
$s,
$newSeries)
|
|
Tags:
Parameters:
method assignValues [line 944]
void assignValues(
source
$source)
|
|
Adds all Values from Source seriesto the current Series.
Tags:
Parameters:
method associatedToAxis [line 886]
method beginUpdate [line 1121]
Recalculates the function just one time, when finished adding points.
Tags:
method calcFirstLastVisibleIndex [line 1496]
method calcHorizMargins [line 819]
method calcPosValue [line 2017]
int calcPosValue(
value
$value)
|
|
Returns "Value" parameter coordinate position in pixels.
Tags:
Parameters:
method calcVerticalMargins [line 830]
method calcXPos [line 2031]
int calcXPos(
index
$index)
|
|
The pixel Screen Horizontal coordinate of the ValueIndex Series value.
This coordinate is calculated using the Series associated Horizontal Axis.
Tags:
Overridden in child classes as:
- CustomPoint::calcXPos()
- Returns horizontal screen position for a given point.
- Pie::calcXPos()
- Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value.
- Bar::calcXPos()
- The Screen X pixel coordinate of the ValueIndex Series value.
The horizontal Bar position is the "real" X pos + the BarWidth by our BarSeries order.
- HorizBar::calcXPos()
- The pixel Screen Horizontal coordinate of the ValueIndex Series value.
This coordinate is calculated using the Series associated Horizontal Axis.
Parameters:
method calcXPosValue [line 2045]
int calcXPosValue(
value
$value)
|
|
The pixel Screen Horizontal coordinate of the specified Value.
This coordinate is calculated using the Series associated Horizontal Axis.
Tags:
Parameters:
method calcXSizeValue [line 4028]
int calcXSizeValue(
value
$value)
|
|
Returns the size in pixels corresponding to value parameter in horizontal axis scales.
This coordinate is calculated using the Series associated Horizontal Axis.
Tags:
Parameters:
method calcYPos [line 2058]
int calcYPos(
index
$index)
|
|
The pixel Screen Vertical coordinate of the ValueIndex Series value.
This coordinate is calculated using the Series associated Vertical Axis.
Tags:
Overridden in child classes as:
- CustomPoint::calcYPos()
- Returns vertical screen position for a given point.
- Bar::calcYPos()
- The Screen Y pixel coordinate of the ValueIndex Series value.
- HorizBar::calcYPos()
- The vertical Bar position is the "real" Y pos plus the Barwidth by our BarSeries order.
This coordinate is calculated using the Series associated Vertical Axis.
Parameters:
method calcYPosValue [line 2070]
int calcYPosValue(
value
$value)
|
|
The pixel Screen Vertical coordinate of the specified Value.
This coordinate is calculated using the Series associated Vertical Axis.
Tags:
Parameters:
method calcYSizeValue [line 4041]
int calcYSizeValue(
value
$value)
|
|
Returns the size in pixels corresponding to value parameter in vertical axis scales.
This coordinate is calculated using the Series associated Vertical Axis.
Tags:
Parameters:
method calcZOrder [line 366]
method canAddRandomPoints [line 2503]
void canAddRandomPoints(
)
|
|
Tags:
method changeType [line 543]
Series changeType(
s
$s, newType
$newType)
|
|
Replaces ASeries object with a new Series object of another class.
Tags:
Parameters:
method checkDataSource [line 2673]
Refreshes all Series point values, either from database Tables or Series points.
You can call this method regularly if you want new or modified data to appear in realtime in the Series. The parent Chart will be repainted to reflect any changes.
Tags:
Implementation of:
- ISeries::checkDataSource()
method checkMouse [line 3355]
void checkMouse(
values
$c,
$x,
$y)
|
|
Adds the array of integer values.
Tags:
Parameters:
method checkOrder [line 3400]
Reorders points according to Order property of X,Y,etc value lists.
Refreshes sort order of Series points if Order type of XValues or YValues is not loNone.
Tags:
method checkOtherSeries [line 2605]
void checkOtherSeries(
$dest)
|
|
Tags:
Parameters:
method clear [line 3420]
Removes all points, texts and Colors from the Series.
Dependent Series are notified. If no new points are appended to the Series, nothing will be painted.
Tags:
Implementation of:
- ISeries::clear()
method clearLists [line 3429]
method clicked [line 3450]
Tags:
Overridden in child classes as:
- CustomPoint::clicked()
- Returns the ValueIndex of the "clicked" point in the Series.
- Custom::clicked()
- Calculates if any point is at XY position.
- Candle::clicked()
- Volume::clicked()
- Returns the ValueIndex of the "clicked" point in the Series.
- FastLine::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
- Pie::clicked()
- CustomBar::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
- ShapeSeries::clicked()
- Returns the ValueIndex of the "clicked" point in the Series.
Parameters:
method cloneS [line 911]
method cloneSeries [line 906]
Returns a new Series, copy of this original.
It returns the SeriesIndex of the new Series.
Tags:
method convertArray [line 3280]
void convertArray(
source
$a,
$numPoints)
|
|
Adds all points in source Series.
Tags:
Parameters:
method createNewSeries [line 332]
Series createNewSeries(
chart
$chart, type
$type, aFunction
$aFunction, [subIndex
$subIndex = 0])
|
|
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods.
This is an internal method, you should seldomly use it in your applications.
Tags:
Parameters:
method createSubGallery [line 3999]
method dataSourceArray [line 1194]
method delete [line 3486]
void delete(
index
$index)
|
|
Removes the index th point.
X values remain unchanged.
The Chart will be automatically redrawn.
Dependent Series will be recalculated.
Tags:
Parameters:
method dispose [line 257]
method doAfterDrawValues [line 359]
void doAfterDrawValues(
)
|
|
Tags:
method doBeforeDrawChart [line 2384]
method doBeforeDrawValues [line 352]
method doClick [line 1269]
void doClick(
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doClickPointer [line 184]
void doClickPointer(
$valueIndex,
$x,
$y)
|
|
Tags:
Parameters:
method doDoubleClick [line 1263]
void doDoubleClick(
$valueIndex,
$e)
|
|
Tags:
Parameters:
method draw [line 2366]
method drawLegend [line 1434]
void drawLegend(
[
$g = null],
$valueIndex,
$rect)
|
|
Tags:
Implementation of:
- ISeries::drawLegend()
Parameters:
method drawLegendShape [line 1412]
method drawMark [line 2081]
method drawMarks [line 2124]
method drawSeries [line 2390]
Draws the series to the Chart Canvas.
Tags:
method drawSeriesForward [line 2265]
method drawValue [line 3974]
method drawValuesForward [line 3949]
boolean drawValuesForward(
)
|
|
Returns whether Series draws its points in ascending/descending order.
Some Series need to draw their points in descending order (starting from the last point to the first) depending on certain situations. For example, when the horizontal axis Inverted property is True.
Tags:
Overridden in child classes as:
- Pyramid::drawValuesForward()
- Returns whether the Series needs to draw points in ascending/descending order.
Some Series need to draw their points in descending order (starting from the last point to the first) depending on certain situations.
method endUpdate [line 1129]
Recalculates the function just one time, when finished adding points.
Tags:
method fillSampleValues [line 3709]
void fillSampleValues(
[numValues
$numValues = -1])
|
|
Adds the specified NumValues random points.
Tags:
Parameters:
method fireSeriesMouseEvent [line 159]
void fireSeriesMouseEvent(
$se)
|
|
Tags:
Parameters:
method fireSeriesPaint [line 128]
void fireSeriesPaint(
$e)
|
|
Tags:
Parameters:
method galleryChanged3D [line 836]
method getActive [line 2816]
Shows or hides this series.
It can be changed both at design time or runtime. When hiding, all point values are preserved, so there's no need to refill the values again when showing them. The Series relatives Chart Axis are rescaled in order to accomodate changes.
Tags:
Implementation of:
- ISeries::getActive()
method getAllowSinglePoint [line 518]
method getBitmapEditor [line 617]
Returns the URL of the associated bitmap icon for a given Series class.
This icon is used at ChartListBox and Series Editor dialog.
Tags:
method getColor [line 2785]
Default color for all points.
The TChart Series SeriesColor method is the default color in which the Series points will be drawn. It could be any valid color. If you add points with Color.EMPTY color, then they will be drawn with the SeriesColor color. This method is the default Color associated to the Series. When you place a new Series component in a Chart, TeeChart will assign a free color to this method (a Color that no other Series in the same Chart uses). Some Series have the ColorEach boolean property. Setting this to true will force the Series to paint each point with a different color, thus without using its SeriesColor.
SeriesColor is also used to paint the small rectangle in Chart Legend.
Default value: Color.Empty
Tags:
Overridden in child classes as:
- Points::getColor()
Implementation of:
- ISeries::getColor()
method getColorEach [line 1287]
Draws points with different preset Colors.
If false, all points will be drawn using the Series Series.Color color method.
If true, each Series point will be "colored" with its corresponding point color. The point colors are stored in the Series.PointColor array. If a point has an Color.Empty color value, then a TeeChart determined, available color value will be used to draw it.
Default value: false
Tags:
Overridden in child classes as:
- Bubble::getColorEach()
- Controls which color will be drawn on the bubbles.
If false, all points will be drawn using Series Series.Color.
- Pie::getColorEach()
- Draws points with different preset Colors.
Default value: true
Implementation of:
- ISeries::getColorEach()
method getColorMember [line 794]
The the Datasource Color Field.
Default value: ""
Tags:
method getColors [line 405]
Accesses the stored Color Array, if created, for the Series.
When attaching new series to any Chart, setting TChart Series.SerieColor to Color.EMPTY will make TeeChart assign a different color to each Series.
Some Series types allow Color.EMPTY in their Pen and Brushes properties, thus forcing the use of the actual point color instead of the Pen or Brush assigned color.
Default value: null
<p>Example:
candleSeries.add( ...., Color.Yellow );
candleSeries.getColors().setColor( 10, Color.Blue);
</p>
Tags:
method getCount [line 3473]
method getCountLegendItems [line 1292]
method getCursor [line 3906]
Cursor displayed when mouse is over a series point.
Each Series determines the intersection of points with mouse coordinates each time the mouse moves. There are many different Cursors available.
The Series ZOrder determines the order in which Series will be examined to calculate the clicked Series point.
Default value: default
Tags:
method getCustomHorizAxis [line 658]
Axis getCustomHorizAxis(
)
|
|
Specifies the custom horizontal axis for the series.
After adding a new horizontal Custom Axis to a Chart, use CustomHorizAxis to associate the Series to the Custom Axis.
Together with the axis PositionPercent and "stretching" methods, it's possible to have unlimited axes floating anywhere on the chart.
Scroll, zoom, and axis hit-detection also apply to custom-created axes.
Creating extra axes is only allowed at run-time, as a few lines of code are necessary.
Default value: null
Tags:
method getCustomVertAxis [line 699]
Axis getCustomVertAxis(
)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
method getDataSource [line 2517]
method getDepth [line 3802]
The Depth of the series points or interconnecting lines.
Default value: -1
Tags:
method getDescription [line 1312]
method getEndZ [line 1884]
method getFields [line 2584]
void getFields(
$otherList)
|
|
Tags:
Parameters:
method getFirstVisible [line 3881]
method getFunction [line 3774]
Function object to calculate values.
Default value: null
Tags:
method getHasZValues [line 2334]
method getHorizAxis [line 201]
method getHorizontalAxis [line 1955]
Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom
Tags:
method getLabelMember [line 768]
The the Datasource Label Field.
Default value: ""
Tags:
method getLabels [line 739]
method getLastVisible [line 3891]
method getLegendString [line 4138]
String getLegendString(
legendIndex
$legendIndex, legendTextStyle
$legendTextStyle)
|
|
Returns the formatted String corresponding to the LegendIndex point.
Tags:
Implementation of:
- ISeries::getLegendString()
Parameters:
method getMandatory [line 252]
method getMarks [line 3930]
Defines how to draw a mark near to each Series point.
A mark consist of a colored rectangle with a text string on it and a line that indicates which points corresponds to which mark.
Each different Series type draws it's marks differently.
Tags:
Implementation of:
- ISeries::getMarks()
method getMarkText [line 1685]
String getMarkText(
valueIndex
$valueIndex)
|
|
Returns the String corresponding to the Series Mark text for a given ValueIndex point.
The Mark text depends on the Marks.Style method.
Tags:
Implementation of:
- ISeries::getMarkText()
Parameters:
method getMarkValue [line 1600]
double getMarkValue(
valueIndex
$valueIndex)
|
|
Returns corresponding Point value suitable for displaying at Series Marks.
Tags:
Implementation of:
- ISeries::getMarkValue()
Parameters:
method getMaxXValue [line 4224]
method getMaxYValue [line 4234]
method getMaxZValue [line 4264]
method getMiddleZ [line 1842]
method getMinXValue [line 4244]
method getMinYValue [line 4254]
The Minimum Value of the Series Y Values List.
Tags:
Overridden in child classes as:
- CustomPoint::getMinYValue()
- Returns the Minimum Value of the Series Y Values List.
- Area::getMinYValue()
- Returns the Minimum Value of the Series Y Values List.
As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
- OHLC::getMinYValue()
- The Minimum Value of the Series Y Values List.
As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
- Bubble::getMinYValue()
- The Minimum Value of the Series Y Values List.
- Bar::getMinYValue()
- The Minimum Value of the Series Y Values List.
- Bar3D::getMinYValue()
- Returns the Minimum Value of the Series Y Values List.
- HorizBar::getMinYValue()
- The Minimum Value of the Series Y Values Lists.
As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
- Pyramid::getMinYValue()
- The Minimum Value of the Series Y Values List.
method getMinZValue [line 4274]
method getNotMandatory [line 247]
method getNumGallerySeries [line 1302]
int getNumGallerySeries(
)
|
|
For internal use.
Tags:
method getNumSampleValues [line 3667]
void getNumSampleValues(
)
|
|
Tags:
method getOriginValue [line 2075]
method getPercentFormat [line 1932]
String getPercentFormat(
)
|
|
The Format to display point values as percentage.
PercentFormat is a standard string specifier. It is used to draw the Series Marks Percent Style figures.
Default value: Language::getString("DefPercentFormat")
Tags:
method getPoint [line 434]
SeriesXYPoint getPoint(
index
$index)
|
|
Point characteristics.
Tags:
Parameters:
method getSeriesColor [line 2763]
Obsolete. Use the Series.Color method instead.
Tags:
method getShowInLegend [line 3860]
boolean getShowInLegend(
)
|
|
Displays this Series Title in Legend.
It is only meaningful when LegendStyle is Series or LastValues.
Default value: true
Tags:
Implementation of:
- ISeries::getShowInLegend()
method getStartZ [line 1827]
method getTitle [line 2887]
Series description to show in Legend and dialogs.
Every Series has a Title method of type String. It is used in TChart.Legend to draw the series descriptions. If Title is empty, then the Series class Name will be used to draw the legend. Setting Title both at design time and runtime will force the Chart to repaint.
Default value: ""
Tags:
method getUseAxis [line 881]
method getValueColor [line 2108]
method getValueFormat [line 1907]
Determines the Format to display point values.
It specifies the desired formatting string to be applied to Axis Labels.
It has effect when Axis associated Series have their XValues.DateTime or YValues.DateTime is set to false.
For DateTime Axis labels use AxisLabels.DateTimeFormat.
ValueFormat is a standard formatting string specifier.
Chart Axis uses it to draw the axis labels.
Chart Series uses it to draw the Marks.
Default value: Language::getString("DefValueFormat")
Tags:
Implementation of:
- ISeries::getValueFormat()
method getValueIndexSwapper [line 2868]
void getValueIndexSwapper(
)
|
|
Tags:
method getValueList [line 2572]
method getValueListNum [line 2567]
void getValueListNum(
list
$index)
|
|
Adds the collection of objects that implement the IList interface.
Tags:
Parameters:
method getValueMarkText [line 1761]
String getValueMarkText(
index
$index)
|
|
Returns the String representation of a Index point used to draw the Mark.
Tags:
Implementation of:
- ISeries::getValueMarkText()
Parameters:
method getValuesLists [line 569]
Returns the steema.teechart.styles.ValuesLists object of the series.
It permits access to the list of TeeChartValueLists of a Series.
Several standard Series types such as TLineSeries and TBarSeries maintain 2 ValueLists, X and Y values. Other Series such as TCandleSeries maintain more lists, ie. DateValues, OpenValues, HighValues, LowValues and CloseValues.
Tags:
method getVertAxis [line 206]
method getVerticalAxis [line 1986]
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left
Tags:
method getVisible [line 1337]
Returns if this series is Visible.
Tags:
method getXValues [line 452]
Values defining horizontal point positions.
By default, any Series has an XValues property. This is the IValueList where the point values will be stored at runtime. Also by default, XValues is a Public method. Some derived Series publish it: Line series, Bar series, Points series, etc. Some others publish it with another, more friendly name: GanttSeries.StartValues, etc.
WARNING:
You CAN NOT Delete, Clear or Add values DIRECTLY. You need to call the Series equivalent methods to do this.
Tags:
Implementation of:
- ISeries::getXValues()
method getYMandatory [line 4284]
method getYValueList [line 630]
ValueList getYValueList(
aListName
$aListName)
|
|
Returns the value list that the AListName parameter has.
Tags:
Parameters:
method getYValues [line 471]
Values defining vertical point positions.
WARNING: You
CAN NOT Delete, Clear or Add values DIRECTLY. You need to call the Series equivalent methods to do this.
Tags:
Implementation of:
- ISeries::getYValues()
method getZOrder [line 3834]
Determines where on the depth axis the Series is drawn.
Read-only and run time.
It's valid only when TChart.Aspect.View3D is true and when there's more than one Series in the same chart.
You can't alter the ZOrder property directly. If you want a different order, you need to use tChart.SeriesList instead.
The ZOrder property is calculated for each Series just before the Chart is drawn.
TChart.ApplyZOrder controls if Series will be assigned a different Z position or not. When False, all Series are drawn at same Z plane.
TChart.MaxZOrder returns the highest of all Series ZOrder values.
Default value: AutoZOrder
Tags:
Implementation of:
- ISeries::getZOrder()
method hasDataSource [line 1238]
method hasListenersOf [line 190]
void hasListenersOf(
$listener)
|
|
Tags:
Parameters:
method hasNoMandatoryValues [line 581]
void hasNoMandatoryValues(
)
|
|
Tags:
method isNull [line 3742]
boolean isNull(
index
$index)
|
|
Returns true if the index th point in the Series is "null" or "empty".
A point is considered "null" when the color of that point is "Transparent".
Tags:
Implementation of:
- ISeries::isNull()
Parameters:
method isValidSeriesSource [line 3763]
void isValidSeriesSource(
$value)
|
|
Tags:
Parameters:
method isValidSourceOf [line 3758]
boolean isValidSourceOf(
value
$value)
|
|
Validates Series datasource.
The isValidSourceOf function returns false if the Value parameter is the same as Self.
It's used to validate the DataSource property both at design and run-time.
Tags:
Overridden in child classes as:
- OHLC::isValidSourceOf()
- Validates Series datasource.
- Bubble::isValidSourceOf()
- It's used to validate the DataSource property both at design and run-time.
It returns false if the Value parameter is the same as Self.
- Gantt::isValidSourceOf()
- True if Series source is Gantt.
It returns false if the Value parameter is the same as Self.
It's used to validate DataSource both at design and run-time.
- ShapeSeries::isValidSourceOf()
- Returns false if the Value parameter is the same as Self.
Parameters:
method legendItemColor [line 1429]
method legendToValueIndex [line 3976]
method maxMarkWidth [line 1582]
Returns the length in pixels of the longest Mark text.
Tags:
method moreSameZOrder [line 2345]
method mouseEvent [line 1024]
method newFromType [line 275]
Series newFromType(
type
$type)
|
|
Creates a new series from the Class type of an existing series object.
Tags:
Parameters:
method numSampleValues [line 3672]
method onDisposing [line 2909]
method paintLegend [line 847]
void paintLegend(
g
$g, r
$r)
|
|
Draws the Series "Legend" on the specified rectangle and Graphics.
Tags:
Parameters:
method prepareForGallery [line 1379]
method prepareLegendCanvas [line 1408]
method randomBounds [line 3555]
void randomBounds(
index
$numValues, count
1, removeGap
2)
|
|
Removes count number of points starting at index.
When RemoveGap parameter is true, it calls ValueList FillSequence.
The Chart will be automatically redrawn.
Dependent Series will be recalculated.
Tags:
Parameters:
method readResolve [line 295]
method recalcGetAxis [line 2702]
method refreshSeries [line 1103]
Recalculates all dependent Series points again.
Each Series has a DataSource method. When DataSource is a valid Series or DataSet component, Series get all point values from the DataSource and adds them as Series points. The RefreshSeries method forces the Series to Clear and get all points again from the DataSource component. The Refreshing process traverses the Series tree recursively.
Tags:
method removeMarkTextResolver [line 113]
void removeMarkTextResolver(
)
|
|
Tags:
method removeSeriesMouseListener [line 154]
void removeSeriesMouseListener(
$l)
|
|
Tags:
Parameters:
method removeSeriesPaintListener [line 123]
void removeSeriesPaintListener(
$l)
|
|
Tags:
Parameters:
method repaint [line 1771]
Forces the Chart to Repaint.
You don't normally call Repaint directly. It can be used within derived TChartSeries components when changing their properties internally .
Tags:
method sameClass [line 1782]
Returns True when the tmpSeries parameter is of the same class.
Tags:
Parameters:
method setActive [line 2830]
void setActive(
value
$value)
|
|
Shows or hides this series.
It can be changed both at design time or runtime. When hiding, all point values are preserved, so there's no need to refill the values again when showing them. The Series relatives Chart Axis are rescaled in order to accomodate changes.
Tags:
Overridden in child classes as:
- Circular::setActive()
Implementation of:
- ISeries::setActive()
Parameters:
method setChart [line 2911]
method setColor [line 2797]
method setColorEach [line 1176]
method setColorMember [line 805]
void setColorMember(
value
$value)
|
|
Sets the Datasource Color Field.
Default value: ""
Tags:
Parameters:
method setColors [line 423]
void setColors(
value
$value)
|
|
Accesses the stored Color Array, if created, for the Series.
Default value: null
Tags:
Parameters:
method setCursor [line 3917]
void setCursor(
value
$value)
|
|
Cursor displayed when mouse is over a series point.
Default value: default
Tags:
Parameters:
method setCustomHorizAxis [line 669]
void setCustomHorizAxis(
value
$value)
|
|
Specifies the custom horizontal axis for the series.
Default value: null
Tags:
Parameters:
method setCustomHorizAxisValue [line 684]
void setCustomHorizAxisValue(
value
$value)
|
|
Specifies the custom horizontal axis for the series.
Default value: null
Tags:
Parameters:
method setCustomVertAxis [line 725]
void setCustomVertAxis(
value
$value)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
Parameters:
method setCustomVertAxisValue [line 710]
void setCustomVertAxisValue(
value
$value)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
Parameters:
method setDataSource [line 2528]
void setDataSource(
value
$value)
|
|
Object to load data from.
Default value: null
Tags:
Implementation of:
- ISeries::setDataSource()
Parameters:
method setDepth [line 3813]
void setDepth(
value
$value)
|
|
Sets the Depth of the series points or interconnecting lines.
Default value: -1
Tags:
Parameters:
method setEndZ [line 1889]
method setFunction [line 3779]
method setHorizontal [line 2956]
method setHorizontalAxis [line 1966]
void setHorizontalAxis(
value
$value)
|
|
Stes the Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom
Tags:
Parameters:
method setLabelMember [line 779]
void setLabelMember(
value
$value)
|
|
Sets the Datasource Label Field.
Default value: ""
Tags:
Parameters:
method setLabels [line 757]
void setLabels(
value
$value)
|
|
Accesses a list of series point labels.
Tags:
Parameters:
method setMarks [line 1847]
method setMarkTextResolver [line 101]
void setMarkTextResolver(
$resolver)
|
|
Tags:
Parameters:
method setMiddleZ [line 1852]
method setNull [line 3993]
void setNull(
valueIndex
$valueIndex)
|
|
Sets the specified series point to a null (transparent) point.
Example:
lineSeries1.setNull( 123 ); // -- make null (empty) point index 123
lineSeries1.setIgnoreNulls( false ); // -- allow null points
lineSeries1.setStairs( true ); // -- set "stairs" mode
Tags:
Parameters:
method setPercentFormat [line 1943]
void setPercentFormat(
value
$value)
|
|
Sets the Format to display point values as percentage.
Default value: Language::getString("DefPercentFormat")
Tags:
Parameters:
method setSeriesColor [line 2498]
void setSeriesColor(
value
$value)
|
|
Obsolete. Use the Series.Color method instead.
Tags:
Parameters:
method setShowInLegend [line 3871]
void setShowInLegend(
value
$value)
|
|
Displays this Series Title in Legend.
Default value: true
Tags:
Parameters:
method setStartZ [line 1832]
method setSubGallery [line 4010]
method setTitle [line 2898]
void setTitle(
value
$value)
|
|
Series description to show in Legend and dialogs.
Default value: ""
Tags:
Parameters:
method setValueFormat [line 1918]
void setValueFormat(
value
$value)
|
|
Determines the Format to display point values.
Default value: Language::getString("DefValueFormat")
Tags:
Parameters:
method setValueList [line 4012]
void setValueList(
$l,
$value)
|
|
Tags:
Parameters:
method setVerticalAxis [line 1997]
void setVerticalAxis(
value
$value)
|
|
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left
Tags:
Parameters:
method setVisible [line 1348]
void setVisible(
value
$value)
|
|
An alias to Active property.
Shows or Hides the component.
Tags:
Parameters:
method setXValues [line 458]
method setYValues [line 477]
method setZOrder [line 3846]
void setZOrder(
value
$value)
|
|
Determines where on the depth axis the Series is drawn.
Default value: AutoZOrder
Tags:
Parameters:
method setZPositions [line 1857]
method swapValueIndex [line 2846]
void swapValueIndex(
a
$a, b
$b)
|
|
Exchanges one point with another. Also the point color and point label.
Tags:
Overridden in child classes as:
- Pie::swapValueIndex()
Parameters:
method titleOrName [line 4097]
Obsolete. Please use ToString() method instead.
Tags:
method toString [line 4065]
Overridden ToString() method.
Tags:
method valuesListAdd [line 574]
method xScreenToValue [line 1361]
double xScreenToValue(
screenPos
$screenPos)
|
|
Returns the corresponding X value of a Screen position between Axis limits.
The Screen position must be between Axis limits.
Tags:
Parameters:
method yScreenToValue [line 1374]
double yScreenToValue(
screenPos
$screenPos)
|
|
Returns the corresponding Y value of a Screen position between Axis limits.
The resulting Value is based on the Series.GetVertAxis.
Tags:
Parameters:
method __get [line 87]
method __set [line 94]