Namespace: PP.Ui;
ChartPiePoint
The ChartPiePoint class is used to work with pie chart sector that corresponds to data series point.
PP.initClass(PP.Ui.ChartPiePoint, PP.Ui.ChartPoint, "PP.Ui.ChartPiePoint");
| Constructor name | Brief description | |
| ChartPiePoint | The ChartPiePoint constructor creates an instance of the ChartPiePoint class. |
| Property name | Brief description | |
| EndAngle | The EndAngle property determines end angle of the sector that corresponds to a point of pie chart series. | |
| InnerRadius | The InnerRadius property determines inner radius of the sector that corresponds to point of pie chart series. | |
| Radius | The Radius property determines external radius of sector that corresponds to point of pie chart series. | |
| StartAngle | The StartAngle property determines start angle of the sector that corresponds to a point of pie chart series. |
| 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: