XAxisLabel property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the XAxisLabel property to specify the text label to use for the sample points on the x-axis of the chart graph. This is a design-time and a run-time property. However, changing the value will not update the chart until the next time the chart is refreshed or the DisplayChart() method is called.
The possible values for this property are:
-
Date
-
DateTime
-
EntityName
-
Equipment
-
FrequencyName
-
Item
-
LotNumber
-
OperationId
-
PlanName
-
PulledBy
-
PulledByDate
-
QMSpecificationName
-
SampleName
-
SampleNumber (Default value)
-
SampleSpare1
-
SampleSpare2
-
SampleSpare3
-
SampleSpare4
-
SegmentRequirementId
-
SegmentResponseId
-
SubLotNumber
-
Time
-
VerifiedBy
-
WorkOrderId
The following figure shows the label set to Date.

You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|
ChartXAxisLabel |
R/W |
SampleNumber |