constructor Series [line 215]
Series Series(
[
$c = null])
|
|
Tags:
Parameters:
method add [line 3034]
int add(
[value
$value = "null"])
|
|
Adds a new point with specified value.
Tags:
Implementation of:
- ISeries::add()
Parameters:
method addArray [line 3307]
void addArray(
values
$values)
|
|
Adds the array of double values.
Tags:
Parameters:
method addChartValue [line 954]
void addChartValue(
$source,
$valueIndex)
|
|
Tags:
Parameters:
method added [line 2727]
method addNull [line 3023]
Obsolete. Please use add() method without parameters instead.
Tags:
method addNullXY [line 3012]
int addNullXY(
x
$x, y
$y)
|
|
Obsolete. Please use add(x,y,Color.<!-- -->Transparent) method instead.
Tags:
Parameters:
method addSampleValues [line 3657]
method addSeriesMouseListener [line 152]
void addSeriesMouseListener(
$l)
|
|
Tags:
Parameters:
method addSeriesPaintListener [line 121]
void addSeriesPaintListener(
$l)
|
|
Tags:
Parameters:
method addText [line 3248]
Adds a new null point with specified text.
Tags:
Parameters:
method addValues [line 1143]
method addXY [line 3098]
Adds a new point with specified x and y values.
Tags:
Implementation of:
- ISeries::addXY()
Parameters:
method addXYColor [line 3198]
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 3137]
int addXYText(
x
$x, y
$y, text
$text)
|
|
Adds a new point with specified x,y values and text.
Tags:
Parameters:
method addXYTextColor [line 3152]
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 3230]
int addYColor(
value
$value, color
$color)
|
|
Adds a new point with specified value and color.
Tags:
Parameters:
method addYText [line 3081]
int addYText(
value
$value, text
$text)
|
|
Adds a new point with specified value and text.
Tags:
Parameters:
method addYTextColor [line 3211]
int addYTextColor(
value
$value, text
$text, color
$color)
|
|
Adds a new point with specified value, text and color.
Tags:
Parameters:
method assign [line 502]
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 526]
void assignDispose(
$s,
$newSeries)
|
|
Tags:
Parameters:
method assignValues [line 947]
void assignValues(
source
$source)
|
|
Adds all Values from Source seriesto the current Series.
Tags:
Parameters:
method associatedToAxis [line 889]
method beginUpdate [line 1124]
Recalculates the function just one time, when finished adding points.
Tags:
method calcFirstLastVisibleIndex [line 1483]
method calcHorizMargins [line 822]
method calcPosValue [line 2004]
int calcPosValue(
value
$value)
|
|
Returns "Value" parameter coordinate position in pixels.
Tags:
Parameters:
method calcVerticalMargins [line 833]
method calcXPos [line 2018]
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 2032]
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 4008]
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 2045]
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 2057]
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 4021]
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 369]
method canAddRandomPoints [line 2488]
void canAddRandomPoints(
)
|
|
Tags:
method changeType [line 546]
Series changeType(
s
$s, newType
$newType)
|
|
Replaces ASeries object with a new Series object of another class.
Tags:
Parameters:
method checkDataSource [line 2657]
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 3335]
void checkMouse(
values
$c,
$x,
$y)
|
|
Adds the array of integer values.
Tags:
Parameters:
method checkOrder [line 3380]
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 2589]
void checkOtherSeries(
$dest)
|
|
Tags:
Parameters:
method clear [line 3400]
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 3409]
method clicked [line 3430]
method cloneS [line 914]
method cloneSeries [line 909]
Returns a new Series, copy of this original.
It returns the SeriesIndex of the new Series.
Tags:
method convertArray [line 3264]
void convertArray(
source
$a,
$numPoints)
|
|
Adds all points in source Series.
Tags:
Parameters:
method createNewSeries [line 335]
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 3979]
method dataSourceArray [line 1197]
method delete [line 3466]
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 260]
method doAfterDrawValues [line 362]
void doAfterDrawValues(
)
|
|
Tags:
method doBeforeDrawChart [line 2369]
method doBeforeDrawValues [line 355]
method doClick [line 1272]
void doClick(
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doClickPointer [line 187]
void doClickPointer(
$valueIndex,
$x,
$y)
|
|
Tags:
Parameters:
method doDoubleClick [line 1266]
void doDoubleClick(
$valueIndex,
$e)
|
|
Tags:
Parameters:
method draw [line 2351]
method drawLegend [line 1437]
void drawLegend(
[
$g = null],
$valueIndex,
$rect)
|
|
Tags:
Implementation of:
- ISeries::drawLegend()
Parameters:
method drawLegendShape [line 1415]
method drawMark [line 2068]
method drawMarks [line 2109]
method drawSeries [line 2375]
Draws the series to the Chart Canvas.
Tags:
method drawSeriesForward [line 2250]
method drawValue [line 3954]
method drawValuesForward [line 3929]
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 1132]
Recalculates the function just one time, when finished adding points.
Tags:
method fillSampleValues [line 3689]
void fillSampleValues(
[numValues
$numValues = -1])
|
|
Adds the specified NumValues random points.
Tags:
Parameters:
method fireSeriesMouseEvent [line 162]
void fireSeriesMouseEvent(
$se)
|
|
Tags:
Parameters:
method fireSeriesPaint [line 131]
void fireSeriesPaint(
$e)
|
|
Tags:
Parameters:
method galleryChanged3D [line 839]
method getActive [line 2800]
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 521]
method getBitmapEditor [line 620]
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 2769]
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 1290]
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 797]
The the Datasource Color Field.
Default value: ""
Tags:
method getColors [line 408]
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 3453]
method getCountLegendItems [line 1295]
method getCursor [line 3886]
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 661]
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 702]
Axis getCustomVertAxis(
)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
method getDataSource [line 2501]
method getDepth [line 3782]
The Depth of the series points or interconnecting lines.
Default value: -1
Tags:
method getDescription [line 1315]
method getEndZ [line 1871]
method getFields [line 2568]
void getFields(
$otherList)
|
|
Tags:
Parameters:
method getFirstVisible [line 3861]
method getFunction [line 3754]
Function object to calculate values.
Default value: null
Tags:
method getHasZValues [line 2319]
method getHorizAxis [line 204]
method getHorizontalAxis [line 1942]
Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom
Tags:
method getLabelMember [line 771]
The the Datasource Label Field.
Default value: ""
Tags:
method getLabels [line 742]
method getLastVisible [line 3871]
method getLegendString [line 4118]
String getLegendString(
legendIndex
$legendIndex, legendTextStyle
$legendTextStyle)
|
|
Returns the formatted String corresponding to the LegendIndex point.
Tags:
Implementation of:
- ISeries::getLegendString()
Parameters:
method getMandatory [line 255]
method getMarks [line 3910]
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 1672]
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 1587]
double getMarkValue(
valueIndex
$valueIndex)
|
|
Returns corresponding Point value suitable for displaying at Series Marks.
Tags:
Implementation of:
- ISeries::getMarkValue()
Parameters:
method getMaxXValue [line 4204]
method getMaxYValue [line 4214]
method getMaxZValue [line 4244]
method getMiddleZ [line 1829]
method getMinXValue [line 4224]
method getMinYValue [line 4234]
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.
- Arrow::getMinYValue()
- The Minimum Value of the Series Y Values List.
- 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 4254]
method getNotMandatory [line 250]
method getNumGallerySeries [line 1305]
int getNumGallerySeries(
)
|
|
For internal use.
Tags:
method getNumSampleValues [line 3647]
void getNumSampleValues(
)
|
|
Tags:
method getOriginValue [line 2062]
method getPercentFormat [line 1919]
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 437]
SeriesXYPoint getPoint(
index
$index)
|
|
Point characteristics.
Tags:
Parameters:
method getSeriesColor [line 2747]
Obsolete. Use the Series.Color method instead.
Tags:
method getShowInLegend [line 3840]
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 1814]
method getTitle [line 2871]
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 884]
method getValueColor [line 2095]
method getValueFormat [line 1894]
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 2852]
void getValueIndexSwapper(
)
|
|
Tags:
method getValueList [line 2556]
method getValueListNum [line 2551]
void getValueListNum(
list
$index)
|
|
Adds the collection of objects that implement the IList interface.
Tags:
Parameters:
method getValueMarkText [line 1748]
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 572]
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 209]
method getVerticalAxis [line 1973]
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left
Tags:
method getVisible [line 1340]
Returns if this series is Visible.
Tags:
method getXValues [line 455]
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 4264]
method getYValueList [line 633]
ValueList getYValueList(
aListName
$aListName)
|
|
Returns the value list that the AListName parameter has.
Tags:
Parameters:
method getYValues [line 474]
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 3814]
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 1241]
method hasListenersOf [line 193]
void hasListenersOf(
$listener)
|
|
Tags:
Parameters:
method hasNoMandatoryValues [line 584]
void hasNoMandatoryValues(
)
|
|
Tags:
method isNull [line 3722]
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 3743]
void isValidSeriesSource(
$value)
|
|
Tags:
Parameters:
method isValidSourceOf [line 3738]
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 1432]
method legendToValueIndex [line 3956]
method maxMarkWidth [line 1569]
Returns the length in pixels of the longest Mark text.
Tags:
method moreSameZOrder [line 2330]
method mouseEvent [line 1027]
method newFromType [line 278]
Series newFromType(
type
$type)
|
|
Creates a new series from the Class type of an existing series object.
Tags:
Parameters:
method numSampleValues [line 3652]
method onDisposing [line 2893]
method paintLegend [line 850]
void paintLegend(
g
$g, r
$r)
|
|
Draws the Series "Legend" on the specified rectangle and Graphics.
Tags:
Parameters:
method prepareForGallery [line 1382]
method prepareLegendCanvas [line 1411]
method randomBounds [line 3535]
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 298]
method recalcGetAxis [line 2686]
method refreshSeries [line 1106]
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 116]
void removeMarkTextResolver(
)
|
|
Tags:
method removeSeriesMouseListener [line 157]
void removeSeriesMouseListener(
$l)
|
|
Tags:
Parameters:
method removeSeriesPaintListener [line 126]
void removeSeriesPaintListener(
$l)
|
|
Tags:
Parameters:
method repaint [line 1758]
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 1769]
Returns True when the tmpSeries parameter is of the same class.
Tags:
Parameters:
method setActive [line 2814]
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 2895]
method setColor [line 2781]
method setColorEach [line 1179]
method setColorMember [line 808]
void setColorMember(
value
$value)
|
|
Sets the Datasource Color Field.
Default value: ""
Tags:
Parameters:
method setColors [line 426]
void setColors(
value
$value)
|
|
Accesses the stored Color Array, if created, for the Series.
Default value: null
Tags:
Parameters:
method setCursor [line 3897]
void setCursor(
value
$value)
|
|
Cursor displayed when mouse is over a series point.
Default value: default
Tags:
Parameters:
method setCustomHorizAxis [line 672]
void setCustomHorizAxis(
value
$value)
|
|
Specifies the custom horizontal axis for the series.
Default value: null
Tags:
Parameters:
method setCustomHorizAxisValue [line 687]
void setCustomHorizAxisValue(
value
$value)
|
|
Specifies the custom horizontal axis for the series.
Default value: null
Tags:
Parameters:
method setCustomVertAxis [line 728]
void setCustomVertAxis(
value
$value)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
Parameters:
method setCustomVertAxisValue [line 713]
void setCustomVertAxisValue(
value
$value)
|
|
Specifies the custom vertical axis for the series.
Default value: null
Tags:
Parameters:
method setDataSource [line 2512]
void setDataSource(
value
$value)
|
|
Object to load data from.
Default value: null
Tags:
Implementation of:
- ISeries::setDataSource()
Parameters:
method setDepth [line 3793]
void setDepth(
value
$value)
|
|
Sets the Depth of the series points or interconnecting lines.
Default value: -1
Tags:
Parameters:
method setEndZ [line 1876]
method setFunction [line 3759]
method setHorizontal [line 2940]
method setHorizontalAxis [line 1953]
void setHorizontalAxis(
value
$value)
|
|
Stes the Horizontal axis associated to this Series.
Default value: HorizontalAxis.Bottom
Tags:
Parameters:
method setLabelMember [line 782]
void setLabelMember(
value
$value)
|
|
Sets the Datasource Label Field.
Default value: ""
Tags:
Parameters:
method setLabels [line 760]
void setLabels(
value
$value)
|
|
Accesses a list of series point labels.
Tags:
Parameters:
method setMarks [line 1834]
method setMarkTextResolver [line 104]
void setMarkTextResolver(
$resolver)
|
|
Tags:
Parameters:
method setMiddleZ [line 1839]
method setNull [line 3973]
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 1930]
void setPercentFormat(
value
$value)
|
|
Sets the Format to display point values as percentage.
Default value: Language::getString("DefPercentFormat")
Tags:
Parameters:
method setSeriesColor [line 2483]
void setSeriesColor(
value
$value)
|
|
Obsolete. Use the Series.Color method instead.
Tags:
Parameters:
method setShowInLegend [line 3851]
void setShowInLegend(
value
$value)
|
|
Displays this Series Title in Legend.
Default value: true
Tags:
Parameters:
method setStartZ [line 1819]
method setSubGallery [line 3990]
method setTitle [line 2882]
void setTitle(
value
$value)
|
|
Series description to show in Legend and dialogs.
Default value: ""
Tags:
Parameters:
method setValueFormat [line 1905]
void setValueFormat(
value
$value)
|
|
Determines the Format to display point values.
Default value: Language::getString("DefValueFormat")
Tags:
Parameters:
method setValueList [line 3992]
void setValueList(
$l,
$value)
|
|
Tags:
Parameters:
method setVerticalAxis [line 1984]
void setVerticalAxis(
value
$value)
|
|
Determines Vertical axis associated to this Series.
Default value: VerticalAxis.Left
Tags:
Parameters:
method setVisible [line 1351]
void setVisible(
value
$value)
|
|
An alias to Active property.
Shows or Hides the component.
Tags:
Parameters:
method setXValues [line 461]
method setYValues [line 480]
method setZOrder [line 3826]
void setZOrder(
value
$value)
|
|
Determines where on the depth axis the Series is drawn.
Default value: AutoZOrder
Tags:
Parameters:
method setZPositions [line 1844]
method swapValueIndex [line 2830]
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 4077]
Obsolete. Please use ToString() method instead.
Tags:
method toString [line 4045]
Overridden ToString() method.
Tags:
method valuesListAdd [line 577]
method xScreenToValue [line 1364]
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 1377]
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 90]
method __set [line 97]