Group: Forum Members
Last Active: 9 Years Ago
Posts: 61,
Visits: 35
|
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. N LegendItemCellData legend = (N LegendItemCellData)m_ Legend.Data.Items[index]; legend.Visible = false ??
|