<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetPieAxisLabelPosition |
Sets the axis label position of the pie.
Prototype :
void SetPieAxisLabelPosition
(
string PieAxisLabelPosition
)
Arguments :
PieAxisLabelPosition |
refer to ChartPieAxisLabelPositionConst |
Example :
//string
This.SetPieAxisLabelPosition("Center");
//constant
This.SetPieAxisLabelPosition(ChartPieAxisLabelPositionConst.Center);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :
ChartPieAxisLabelPositionConst