DataPA Enterprise Dashboard Controls API Reference
Gets and sets the number of Major Tick Marks shown on this gauge.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public int NumMajorTickMarks { get; set; } |
Visual Basic |
---|
Public Property NumMajorTickMarks As Integer
Get
Set |
Visual C++ |
---|
public:
virtual property int NumMajorTickMarks {
int get () sealed;
void set (int value) sealed;
} |
Property Value
Type:
Int32The number of Major Tick Marks shown on this gauge.
Return Value
Type:
Int32The number of Major Tick Marks shown on this gauge.
Implements
GaugeData..::.._GaugeData..::..NumMajorTickMarksRemarks
See Also