TMtxGridSeries::LegendItemsCount Property

__property int LegendItemsCount = {read = FLegendItemsCount, write = SetLegendItemsCount};

Defines the maximum number of items to display in the legend.

Read: int FLegendItemsCount;
Write: void SetLegendItemsCount(const int Value);
Remarks:

Affects the display of the legend. The legend can show have many small color boxes each with range assigned to it.

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