I am trying to hide legend items one by one.
Is this possible?
I thought I would identify my legend item and then just call a hide function or change a visible attribute but there are not anything like that.
NLegendItemCellData legend = (NLegendItemCellData)m_Legend.Data.Items[index];
legend.Visible = false ??