Advanced control of legends are currently disabled as the update of these fields does not work from RFT/PLT. Consider if these controls are required on this level.
// TODO Revisit if these settings are required
// See issue
gridGroup->add(&m_explicitTickIntervals);
gridGroup->add(&m_majorTickInterval);
gridGroup->add(&m_minorTickInterval);
Advanced control of legends are currently disabled as the update of these fields does not work from RFT/PLT. Consider if these controls are required on this level.
See
void RimWellLogTrack::uiOrderingForXAxisSettings(caf::PdmUiOrdering& uiOrdering) { caf::PdmUiGroup* gridGroup = uiOrdering.addNewGroup("X Axis Settings"); gridGroup->add(&m_isLogarithmicScaleEnabled); gridGroup->add(&m_visibleXRangeMin); gridGroup->add(&m_visibleXRangeMax); gridGroup->add(&m_xAxisGridVisibility);
}