ChartAreaPoint

Namespace: PP.Ui;

Inheritance hierarchy

Object

ChartPoint

ChartAreaPoint

Description

The ChartAreaPoint class is used to work with a point of data series in area chart.

Syntax

PP.initClass(PP.Ui.ChartAreaPoint, PP.Ui.ChartPoint, "PP.Ui.ChartAreaPoint");

Constructor

  Constructor name Brief description
ChartAreaPoint The ChartAreaPoint constructor creates an instance of the ChartAreaPoint class.

Properties

  Property name Brief description
BottomDataLabel The BottomDataLabel property determines data labels for the second value of the data series point.
PlotXBottom The PlotXBottom property determines screen coordinate for the second X value of the data series point.
PlotYBottom The PlotXBottom property determines screen coordinate for the second Y value of the data series point.
TopIsHovered The TopIsHovered property determines whether to show label for the first value of the data series point.
YBottom The YBottom property determines the second Y value for the data series point.

Properties inherited from the class ChartPoint

  Property name Brief description
Color The Color property determines fill color of chart data series point.
ColorValue The ColorValue property determines fill transparency of chart data series point.
CustomData The CustomData property is used to store any custom data.
DataLabel The DataLabel property determines a data label for chart data series point.
DataLabels The DataLabels property contains an object with settings of data labels for chart data series points.
EnableEdit The EnableEdit property determines whether a data series point can be edited.
IsAfterNull The IsAfterNull property determines whether this data series point is located after the point with empty value.
IsFictive The IsFictive property determines whether a chart data series point is fictive.
IsSelected The IsSelected property determines whether a chart data series point is selected.
IsVisible The IsVisible property determines whether a chart data series point is displayed.
LineColor The LineColor property determines border color for chart data series point.
LinkedPoints The LinkedPoints property determines an array of linked data series points.
Name The Name property determines chart data series point name.
Parent The Parent property determines a chart data series, to which the point belongs.
Percentage The Percentage property determines relation of chart data series point by the Y axis to the axis height.
PercentPart The PercentPart property determines relation of the second value of chart data series point by the Y axis to the axis height.
PlotX The PlotX property determines screen coordinate of chart data series point by the X axis.
PlotY The PlotY property determines screen coordinate of chart data series point by the Y axis.
SizeValue The SizeValue property determines sizes of chart data series point.
StackY The StackY property determines the second value of chart data series point by the Y axis.
State The State property determines the state of chart data series point.
TextValue The TextValue property determines text values for chart data series point.
X The X property determines value of chart data series point by the X axis.
Y The Y property determines value of chart data series point by the Y axis.

Methods inherited from the class ChartPoint

  Method name Brief description
getAnimParams The getAnimParams method returns animation parameters for data series point.
getOriginalColorIsRGBA The getOriginalColorIsRGBA method returns whether data series point color is set as a line in the RGBA format.
getOriginalLineColorIsRGBA The getOriginalLineColorIsRGBA method returns whether data series point border color is set as a line in the RGBA format.
resetAnimParams The resetAnimParams method resets animation parameters for data series point.

Events inherited from the class ChartPoint

   Event name Brief description
Click The Click event occurs on clicking a chart data series point.
MouseOut The MouseOut event occurs after the cursor leaves a chart data series point.
MouseOver The MouseOver event occurs after hovering the cursor on the chart data series point.

Properties inherited from the class Object

  Property name Brief description

Id

The Id property determines a repository object identifier.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates an object copy.
dispose The dispose method deletes the component.
getHashCode The getHashCode method returns hash code of repository object.
getId The getId method returns repository object identifier.
getSettings The getSettings method returns repository object settings.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.
isEqual The isEqual method determines whether the specified object is equal to the current repository object.
isLive The isLive method determines validity of repository object.
removeAllEvents The removeAllEvents method removes all object event handlers by the specified context.
setId The setId method determines a repository object identifier.
setSettings The setSettings method determines repository object settings.
defineProps The defineProps method creates get and set methods from name array for the specified class.
keys The keys method returns array of methods and properties names for the specified object.

See also:

Chart