TMtxGridSeries::Matrix Property

__property TMtx*Matrix = {read = FMatrix, write = SetMatrix};

Matrix to be displayed.

Read: TMtx *FMatrix;
Write: void SetMatrix(TMtx *Value);
Remarks:

Defines the matrix to be displayed by series. The data can be either copied or assigned to the property.

Declared in Dew::Math::Controls::VCL::TMtxGridSeries · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only