protected void BlockListField(bool all, SerieType serieType, params SerializedProperty[] props) { if (!m_Chart.ContainsSerie(serieType)) { return; } BlockListField(all, props); }