GaugeDataNumMinorTickMarks Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of Minor Tick Marks shown on this gauge.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int NumMinorTickMarks { get; set; }
Public Property NumMinorTickMarks As Integer
Get
Set
public:
virtual property int NumMinorTickMarks {
int get () sealed;
void set (int value) sealed;
}
function get_NumMinorTickMarks();
function set_NumMinorTickMarks(value);
Property Value
Type:
Int32The number of Minor Tick Marks shown on this gauge.
Return Value
Type:
Int32The number of Minor Tick Marks shown on this gauge.
Remarks See Also