IQCVCharts.ReadDataA

This function reads data for attributes control charts (C, U, p, Np. )

Syntax Parameters Return Value
Sub IQCVCharts.ReadDataA( _
    Rflag As WORD, _
    VariableToPlot As Integer, _
    ReadFixedNPerSample As Boolean, _
    VariableWithSampleSizes As Integer, _
    VariableWithSampleCodes As Integer, _
    VariableWithPieceCodes As Integer, _
    TypeOfInputForAChart As IQCTypeOfInputdataForAttributeChart, _
    ReadFixedNPerPart As Boolean, _
    VariableWithPartCodes As Integer, _
    VariableWithSetCodes As Integer, _
    FixedNPerSample As Integer, _
    MininumNPerSample As Integer, _
    FixedNPerPart As Integer, _
    VariableWithFlags As Integer, _
    UseLabelsInVariable As Boolean, _
    VariableWithSampleLabels As Integer, _
    UseCaseNameForSampleLabel As Boolean, _
    UseLabelsInPartVariable As Boolean, _
    VariableWithPartLabels As Integer, _
    CauseVar As Integer, _
    ActionVar As Integer, _
    CommentVar As Integer, _
    InclusionVar As Integer, _
    CodeForExclusionFromComputations As Integer, _
    CodeForExclusionFromComputationsAndGraphs As Integer, _
    Optional AllSamplesAreNew As Boolean = False)
  • Rflag [in]

Type: WORD

  • VariableToPlot [in]

Type: Integer

  • ReadFixedNPerSample [in]

Type: Boolean

  • VariableWithSampleSizes [in]

Type: Integer

  • VariableWithSampleCodes [in]

Type: Integer

  • VariableWithPieceCodes [in]

Type: Integer

  • TypeOfInputForAChart [in]

Type: IQCTypeOfInputdataForAttributeChart

  • ReadFixedNPerPart [in]

Type: Boolean

  • VariableWithPartCodes [in]

Type: Integer

  • VariableWithSetCodes [in]

Type: Integer

  • FixedNPerSample [in]

Type: Integer

  • MininumNPerSample [in]

Type: Integer

  • FixedNPerPart [in]

Type: Integer

  • VariableWithFlags [in]

Type: Integer

  • UseLabelsInVariable [in]

Type: Boolean

  • VariableWithSampleLabels [in]

Type: Integer

  • UseCaseNameForSampleLabel [in]

Type: Boolean

  • UseLabelsInPartVariable [in]

Type: Boolean

  • VariableWithPartLabels [in]

Type: Integer

  • CauseVar [in]

Type: Integer

  • ActionVar [in]

Type: Integer

  • CommentVar [in]

Type: Integer

  • InclusionVar [in]

Type: Integer

  • CodeForExclusionFromComputations [in]

Type: Integer

  • CodeForExclusionFromComputationsAndGraphs [in]

Type: Integer

  • AllSamplesAreNew [in,optional]

Type: Boolean

Default value: False

This function does not return a value.