Working with Charts > Classes > ChartAreaPoint
Namespace: PP.Ui;
ChartAreaPoint
The ChartAreaPoint class is used to work with a point of data series in area chart.
PP.initClass(PP.Ui.ChartAreaPoint, PP.Ui.ChartPoint, "PP.Ui.ChartAreaPoint");
Constructor name | Brief description | |
![]() |
ChartAreaPoint | The ChartAreaPoint constructor creates an instance of the ChartAreaPoint class. |
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. |
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. |
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. |
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. |
Property name | Brief description | |
![]() |
The Id property determines a repository object identifier. |
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. |
![]() |
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. |
![]() |
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: