GaugeDataShowTickMarks Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if tickmarks will be shown on this Gauge
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowTickMarks { get; set; }
Public Property ShowTickMarks As Boolean
Get
Set
public:
virtual property bool ShowTickMarks {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowTickMarks();
function set_ShowTickMarks(value);
Property Value
Type:
BooleanTrue if tickmarks will be shown on this Gauge
Return Value
Type:
BooleanTrue if tickmarks will be shown on this Gauge
Remarks See Also