MapDataPlotLabelColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a string that identifies the column used in labels for this data plot
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string LabelColumn { get; set; }
Public Property LabelColumn As String
Get
Set
public:
virtual property String^ LabelColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LabelColumn();
function set_LabelColumn(value);
Return Value
Type:
StringA string that identifies the column used in labels for this data plot
Implements
MapDataPlot_MapDataPlotLabelColumnSee Also