File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1021,17 +1021,17 @@ export interface pieChartSeriesObject extends baseSeriesObject {
10211021 */
10221022export type PointInfo = BasePointInfo < piePointObject > & {
10231023 /**
1024- * @docid
1024+ * @docid dxPieChartPointInfo.percent
10251025 * @public
10261026 */
10271027 percent ?: number ;
10281028 /**
1029- * @docid
1029+ * @docid dxPieChartPointInfo.percentText
10301030 * @public
10311031 */
10321032 percentText ?: string ;
10331033 /**
1034- * @docid
1034+ * @docid dxPieChartPointInfo.points
10351035 * @public
10361036 */
10371037 points ?: PointInfo ;
Original file line number Diff line number Diff line change @@ -41518,15 +41518,15 @@ declare module DevExpress.viz {
4151841518 */
4151941519 export type PointInfo = BasePointInfo<piePointObject> & {
4152041520 /**
41521- * [descr:PointInfo .percent]
41521+ * [descr:dxPieChartPointInfo .percent]
4152241522 */
4152341523 percent?: number;
4152441524 /**
41525- * [descr:PointInfo .percentText]
41525+ * [descr:dxPieChartPointInfo .percentText]
4152641526 */
4152741527 percentText?: string;
4152841528 /**
41529- * [descr:PointInfo .points]
41529+ * [descr:dxPieChartPointInfo .points]
4153041530 */
4153141531 points?: PointInfo;
4153241532 };
You can’t perform that action at this time.
0 commit comments