void SeriesToLegend(TMtxGridSeries *Src, TColorScaleLegend Direction);
Configure the series as color scale legend for the Src series.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxGridSeries * | |
| 2 | Direction | TColorScaleLegend |
Remarks:
Configure the series as color scale legend for the Src series. The legend will be vertical, if the Direction cslVertical or horizontal if Direction is cslHorizontal.
Declared in Dew::Math::Controls::VCL::TMtxGridSeries · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only