DashboardObjectxAxisName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that will be used as the name of the X Axis.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string xAxisName { get; set; }
Public Property xAxisName As String
Get
Set
public:
virtual property String^ xAxisName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_xAxisName();
function set_xAxisName(value);
Property Value
Type:
StringThe name of the X Axis.
Return Value
Type:
StringThe name of the X Axis.
Remarks See Also