GaugeDataLabelPosition Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the positioning of labels within this gauge
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public GaugeDataAnnotationPositionEnum LabelPosition { get; set; }
Public Property LabelPosition As GaugeDataAnnotationPositionEnum
Get
Set
public:
virtual property GaugeDataAnnotationPositionEnum LabelPosition {
GaugeDataAnnotationPositionEnum get () sealed;
void set (GaugeDataAnnotationPositionEnum value) sealed;
}
function get_LabelPosition();
function set_LabelPosition(value);
Property Value
Type:
GaugeDataAnnotationPositionEnumA value that indicates the positioning of labels within this gauge
Return Value
Type:
GaugeDataAnnotationPositionEnumA value that indicates the positioning of labels within this gauge
Remarks See Also